mirror of https://github.com/nucypher/nucypher.git
Update nucypher/blockchain/eth/clients.py
Co-authored-by: David Núñez <david@nucypher.com>pull/2101/head
parent
0c8a9c3c5f
commit
af0f8f527b
|
@ -589,7 +589,7 @@ class EthereumTesterClient(EthereumClient):
|
||||||
return signature_and_stuff['signature']
|
return signature_and_stuff['signature']
|
||||||
|
|
||||||
def parse_transaction_data(self, transaction):
|
def parse_transaction_data(self, transaction):
|
||||||
return transaction.data
|
return transaction.data # TODO: See https://github.com/ethereum/eth-tester/issues/173
|
||||||
|
|
||||||
|
|
||||||
class NuCypherGethProcess(LoggingMixin, BaseGethProcess):
|
class NuCypherGethProcess(LoggingMixin, BaseGethProcess):
|
||||||
|
|
Loading…
Reference in New Issue