Skip to content

Commit

Permalink
Merge pull request #1143 from FactomProject/develop
Browse files Browse the repository at this point in the history
Minor change to redo the release
  • Loading branch information
bunfield authored Oct 25, 2022
2 parents 1bc1f30 + 32b135f commit 27c5394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activations/activationHeight.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ func init() {
"The maximum Height of the Factom Blockchain prior to Accumulate Activation",
math.MaxInt32, // Don't activate by default
map[string]int{ //
"MAIN": 374000, // The Last Block of the Factom ERA
"MAIN": 374000, // The Last Block of the Factom ERA.
"LOCAL": 400000, // Factom will continue processing into the next block, but
"CUSTOM:fct_community_test": 400000, // stop at minute 2. That last block will not be included
"CUSTOM:fct_community_test": 400000, // stop at minute 2. That last block will not be included
}, // in the History provided to the Accumulate ERA.
},
}
Expand Down

0 comments on commit 27c5394

Please sign in to comment.