Return hash for tx

This commit is contained in:
nolash 2021-01-27 13:45:03 +01:00
parent c8ce2659a3
commit 2a8782ad04
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class EthTxExecutor(TxExecutor):
logg.error('node could not intepret rlp {}'.format(tx))
if error_object != None:
raise NetworkError(error_object)
return tx_hash
def reporter(self, tx):