From e8c29d10a11bcfd210f6cb8016e0bb41c270b3bd Mon Sep 17 00:00:00 2001 From: nolash Date: Mon, 28 Jun 2021 09:28:06 +0200 Subject: [PATCH] Revert "Remove last jsonrpc_template call" This reverts commit 66c4b71a69c743f8d25a57e039833c8daf0c14a7. --- python/eth_accounts_index/interface.py | 1 + python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/eth_accounts_index/interface.py b/python/eth_accounts_index/interface.py index 8536f70..f778f52 100644 --- 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 index 9a9dda5..0ae990f 100644 --- 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