Commit cb4f29ef authored by Alina's avatar Alina Committed by GitHub

createEOA setAccountNonce to 0 (#109)

parent e596f566
......@@ -498,6 +498,8 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager, Lib_AddressResolver {
address(proxyEOA),
keccak256(Lib_EthUtils.getCode(address(proxyEOA)))
);
_setAccountNonce(eoa, 0);
}
......
......@@ -59,6 +59,10 @@ const test_ovmCREATEEOA: TestDefinition = {
expectedReturnStatus: true,
expectedReturnValue: undefined,
},
{
functionName: 'ovmGETNONCE',
expectedReturnValue: 0,
},
{
functionName: 'ovmEXTCODESIZE',
functionParams: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment