commit e8c29d10a11bcfd210f6cb8016e0bb41c270b3bd
parent 66c4b71a69c743f8d25a57e039833c8daf0c14a7
Author: nolash <dev@holbrook.no>
Date: Mon, 28 Jun 2021 09:28:06 +0200
Revert "Remove last jsonrpc_template call"
This reverts commit 66c4b71a69c743f8d25a57e039833c8daf0c14a7.
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/python/eth_accounts_index/interface.py b/python/eth_accounts_index/interface.py
@@ -80,6 +80,7 @@ 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.14b6
+crypto-dev-signer~=0.4.14b3