Return hash for tx

This commit is contained in:
nolash
2021-01-27 13:45:03 +01:00
parent c8ce2659a3
commit 2a8782ad04

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):