commit 66c4b71a69c743f8d25a57e039833c8daf0c14a7
parent 85530a85f51a8a40e57083b6d3604ccb7b39139b
Author: nolash <dev@holbrook.no>
Date: Mon, 28 Jun 2021 09:27:16 +0200
Remove last jsonrpc_template call
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/python/eth_accounts_index/interface.py b/python/eth_accounts_index/interface.py
@@ -80,7 +80,6 @@ class AccountsIndex(TxFactory):
def entry(self, contract_address, idx, sender_address=ZERO_ADDRESS, id_generator=None):
j = JSONRPCRequest(id_generator)
o = j.template()
- o = jsonrpc_template()
o['method'] = 'eth_call'
enc = ABIContractEncoder()
enc.method('entry')
diff --git a/python/requirements.txt b/python/requirements.txt
@@ -1,3 +1,3 @@
confini~=0.3.6rc3
chainlib-eth~=0.0.5a1
-crypto-dev-signer~=0.4.14b3
+crypto-dev-signer~=0.4.14b6