Skip to content

Commit

Permalink
Merge pull request #680 from AntelopeIO/gh_677_main
Browse files Browse the repository at this point in the history
[1.0 -> main] Don't use deduced return type in test contract as it fails in template instantation
  • Loading branch information
greg7mdp authored Sep 1, 2024
2 parents b7ca465 + bdc78cb commit 53b2392
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/contracts/eosio.mechanics/eosmechanics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ CONTRACT eosmechanics : public eosio::contract {
uint64_t id;
std::string one;

auto primary_key()const { return id; }
uint64_t primary_key()const { return id; }
EOSLIB_SERIALIZE(ramdata, (id)(one))
};

Expand Down
Binary file modified unittests/contracts/eosio.mechanics/eosmechanics.wasm
Binary file not shown.

0 comments on commit 53b2392

Please sign in to comment.