mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-21 16:46:46 +01:00
Revert "Remove last jsonrpc_template call"
This reverts commit 66c4b71a69
.
This commit is contained in:
parent
66c4b71a69
commit
e8c29d10a1
@ -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')
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user