Skip to content

Commit

Permalink
fixed: check_vm_test
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoheiko committed May 1, 2015
1 parent 5116550 commit 6c3bd27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethereum/testutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ def blkhash(n):
params2['gas'] = to_string(gas_remained)
params2['logs'] = [log.to_dict() for log in blk.logs]
params2['post'] = blk.to_dict(True)['state']
else:
assert 'post' not in params, 'failed, but expected to succeed'

if mode == FILL:
return params2
Expand Down

0 comments on commit 6c3bd27

Please sign in to comment.