mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
hard-code max int for gasPrice
This commit is contained in:
parent
0014c75ea2
commit
d38c5cbed3
@ -266,7 +266,7 @@ method register*(
|
||||
g.retryWrapper(txHash, "Failed to register the member"):
|
||||
await wakuRlnContract
|
||||
.register(idCommitment, userMessageLimit.stuint(32), idCommitmentsToErase)
|
||||
.send(gasPrice = 1)
|
||||
.send(gasPrice = int.high)
|
||||
debug "AAAAA register called"
|
||||
|
||||
# wait for the transaction to be mined
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user