Skip to content

Commit

Permalink
remove superfluous state commit/revert in homestead account creation
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Oct 19, 2017
1 parent c5c26f7 commit 3889ec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evm/vm/forks/homestead/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def _apply_homestead_create_message(vm, message):
computation = vm.apply_message(message)

if computation.error:
vm.revert(snapshot)
return computation
else:
contract_code = computation.output
Expand Down

0 comments on commit 3889ec8

Please sign in to comment.