Revert "Remove last jsonrpc_template call"

This reverts commit 66c4b71a69.
This commit is contained in:
nolash 2021-06-28 09:28:06 +02:00
parent 66c4b71a69
commit e8c29d10a1
2 changed files with 2 additions and 1 deletions

View File

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

View File

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