Commit d7204fc
authored
Merge pull request #1484 from keep-network/increase-gs-estimate
Increase group selection gas estimate
The current group selection gas estimate doesn't include a corner case when
group selection is triggered after previous DKG failed and some related data
(previous tickets) must be cleaned up in the same transaction. This cause a gas
peak which is returned after cleanup is done but the gas estimate must include
it in order to avoid out of gas error. Increasing the value of
groupSelectionGasEstimate to 200k should help.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments