Skip to content

Commit 8f3bd07

Browse files
authored
increase initial pledge interpolation diff to 10% (#119)
1 parent 53f81f5 commit 8f3bd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

econ/terminate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
var MAX_SAMPLED_SECTORS = 1000
21-
var INITIAL_PLEDGE_INTERPOLATION_REL_DIFF = big.NewFloat(4.00) // 4%
21+
var INITIAL_PLEDGE_INTERPOLATION_REL_DIFF = big.NewFloat(10.00) // 10%
2222

2323
func EstimateTerminationFeeAgent(
2424
ctx context.Context,

0 commit comments

Comments
 (0)