mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-12-26 00:05:17 +00:00
fix params
This commit is contained in:
parent
a3a1f3f865
commit
3bd7869474
@ -42,7 +42,7 @@ class ContractProxy:
|
|||||||
|
|
||||||
contract = self._get_contract(node_idx)
|
contract = self._get_contract(node_idx)
|
||||||
|
|
||||||
return getattr(contract.events, event_name).create_filter(fromBlock =0, toBlock="latest").get_all_entries()
|
return getattr(contract.events, event_name).create_filter(from_block=0, to_block="latest").get_all_entries()
|
||||||
|
|
||||||
def transfer(self, value, node_idx = 0):
|
def transfer(self, value, node_idx = 0):
|
||||||
tx_params = copy(TX_PARAMS)
|
tx_params = copy(TX_PARAMS)
|
||||||
|
Loading…
Reference in New Issue
Block a user