From 66c4b71a69c743f8d25a57e039833c8daf0c14a7 Mon Sep 17 00:00:00 2001 From: nolash Date: Mon, 28 Jun 2021 09:27:16 +0200 Subject: [PATCH] Remove last jsonrpc_template call --- python/eth_accounts_index/interface.py | 1 - python/requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/python/eth_accounts_index/interface.py b/python/eth_accounts_index/interface.py index f778f52..8536f70 100644 --- 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 index 0ae990f..9a9dda5 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.14b3 +crypto-dev-signer~=0.4.14b6