mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add real addresses to encoder
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user