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

rm nonce check from ovmSETNONCE (#90)

parent 3273df8b
...@@ -410,10 +410,6 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager, Lib_AddressResolver { ...@@ -410,10 +410,6 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager, Lib_AddressResolver {
override override
public public
{ {
if (_nonce <= ovmGETNONCE()) {
return;
}
_setAccountNonce(ovmADDRESS(), _nonce); _setAccountNonce(ovmADDRESS(), _nonce);
} }
......
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