mirror of https://github.com/status-im/evmc.git
mocked_host: add nonce to account
This commit is contained in:
parent
4c39dee36d
commit
dbe1c3e73b
|
@ -35,6 +35,9 @@ struct MockedAccount
|
|||
{}
|
||||
};
|
||||
|
||||
/// The account nonce.
|
||||
int nonce = 0;
|
||||
|
||||
/// The account code.
|
||||
bytes code;
|
||||
|
||||
|
|
Loading…
Reference in New Issue