mocked_host: add nonce to account

This commit is contained in:
Alex Beregszaszi 2019-11-22 19:58:54 +00:00
parent 4c39dee36d
commit dbe1c3e73b
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ struct MockedAccount
{}
};
/// The account nonce.
int nonce = 0;
/// The account code.
bytes code;