Skip to content

Commit

Permalink
Update IP diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz10 committed Dec 17, 2024
1 parent 17e8e60 commit e05b44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion econ/terminate.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

var MAX_SAMPLED_SECTORS = 1000
var INITIAL_PLEDGE_INTERPOLATION_REL_DIFF = big.NewFloat(3.00) // 3%
var INITIAL_PLEDGE_INTERPOLATION_REL_DIFF = big.NewFloat(4.00) // 4%

func EstimateTerminationFeeAgent(
ctx context.Context,
Expand Down

0 comments on commit e05b44e

Please sign in to comment.