Remove last jsonrpc_template call

This commit is contained in:
nolash 2021-06-28 09:27:16 +02:00
parent 85530a85f5
commit 66c4b71a69
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 1 additions and 2 deletions

View File

@ -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')

View File

@ -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