We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4488af1 + c51523d commit a363943Copy full SHA for a363943
1 file changed
config/activations.go
@@ -74,7 +74,9 @@ var (
74
// PIP10AveragingActivation changes conversions to use the lesser of a rolling average and market price
75
// for the source of a conversion, and the higher of the rolling average and the market price for the
76
// target of a conversion
77
- PIP10AverageActivation uint32 = 300000
+ //
78
+ // Activation of 2.0.5
79
+ PIP10AverageActivation uint32 = 295190
80
)
81
82
func SetAllActivations(act uint32) {
0 commit comments