Update nucypher/blockchain/eth/clients.py

Co-authored-by: David Núñez <david@nucypher.com>
pull/2101/head
damon c 2020-06-19 08:43:17 -07:00 committed by GitHub
parent 0c8a9c3c5f
commit af0f8f527b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ class EthereumTesterClient(EthereumClient):
return signature_and_stuff['signature']
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):