Skip to content

Commit

Permalink
dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Apr 26, 2018
1 parent cda3fee commit c095a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/json-fixtures/test_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ def test_state_fixtures(fixture, fixture_vm_class):
try:
block, _, computation = vm.apply_transaction(transaction)
except ValidationError as err:
block = vm.block
transaction_error = err
LOGGER.warn("Got transaction error", exc_info=True)
else:
Expand Down

0 comments on commit c095a4f

Please sign in to comment.