Return hash for tx
This commit is contained in:
parent
c8ce2659a3
commit
2a8782ad04
@ -39,6 +39,7 @@ class EthTxExecutor(TxExecutor):
|
|||||||
logg.error('node could not intepret rlp {}'.format(tx))
|
logg.error('node could not intepret rlp {}'.format(tx))
|
||||||
if error_object != None:
|
if error_object != None:
|
||||||
raise NetworkError(error_object)
|
raise NetworkError(error_object)
|
||||||
|
return tx_hash
|
||||||
|
|
||||||
|
|
||||||
def reporter(self, tx):
|
def reporter(self, tx):
|
||||||
|
Loading…
Reference in New Issue
Block a user