funga

Signer and keystore daemon and library for cryptocurrency software development
Log | Files | Refs | README | LICENSE

commit 2a8782ad0473c6bb28fdea26c31f3b1afeb10025
parent c8ce2659a3efd92a1006fc0887a5499cf12fd94a
Author: nolash <dev@holbrook.no>
Date:   Wed, 27 Jan 2021 13:45:03 +0100

Return hash for tx

Diffstat:
Mcrypto_dev_signer/eth/helper/tx.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/crypto_dev_signer/eth/helper/tx.py b/crypto_dev_signer/eth/helper/tx.py @@ -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):