hard-code max int for gasPrice

This commit is contained in:
Ivan Folgueira Bande 2025-11-05 18:43:13 +01:00
parent 0014c75ea2
commit d38c5cbed3
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

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