Skip to content

Commit

Permalink
Update nodeos_eos_evm_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan authored Jul 5, 2024
1 parent be87f1a commit b6c7db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodeos_eos_evm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_raw_transaction(signed_trx):
if hasattr(signed_trx, 'raw_transaction'):
return signed_trx.raw_transaction
else:
return get_raw_transaction(signed_trx)
return signed_trx.rawTransaction

def prefix_0x(hexstr):
if not hexstr[:2] == '0x':
Expand Down

0 comments on commit b6c7db3

Please sign in to comment.