Add real addresses to encoder

This commit is contained in:
Bhargava Shastry
2021-06-14 13:27:17 +02:00
parent e400dff607
commit 785bfcda99
4 changed files with 211 additions and 154 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ public:
};
/// The set of all accounts in the Host, organized by their addresses.
std::unordered_map<address, MockedAccount> accounts;
std::map<address, MockedAccount> accounts;
/// The EVMC transaction context to be returned by get_tx_context().
evmc_tx_context tx_context = {};