clrfund / maci

Minimal anti collusion infrastructure
Other
5 stars 3 forks source link

Remove gas limits from proveOnChain() #7

Closed auryn-macmillan closed 2 years ago

auryn-macmillan commented 2 years ago

The hard coded gas limits in proveOnChain() sometimes cause the script to fail (when the required gas exceeds the hard coded limit). Removing the hard limit resolves the issue.