Skip to content

Commit

Permalink
Fix dummy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sterliakov committed Aug 21, 2022
1 parent 87e492b commit edc717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_erc_20.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def test_child_transfer(
result = erc_20_child_token.transfer(
amount, from_, to_private_key, {'gas_limit': 300_000}
)
logger.info('Back: ', result.transaction_hash.hex())
logger.info('Back: %s', result.transaction_hash.hex())
result.receipt


Expand Down

0 comments on commit edc717f

Please sign in to comment.