Skip to content

Commit a363943

Browse files
authored
Merge pull request #184 from pegnet/pip10-version-activation
Add version and activation height
2 parents 4488af1 + c51523d commit a363943

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/activations.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ var (
7474
// PIP10AveragingActivation changes conversions to use the lesser of a rolling average and market price
7575
// for the source of a conversion, and the higher of the rolling average and the market price for the
7676
// target of a conversion
77-
PIP10AverageActivation uint32 = 300000
77+
//
78+
// Activation of 2.0.5
79+
PIP10AverageActivation uint32 = 295190
7880
)
7981

8082
func SetAllActivations(act uint32) {

0 commit comments

Comments
 (0)