Skip to content

Commit

Permalink
Add EnableCatchpointsWithOnlineAccounts to consensus v40.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf committed Dec 20, 2024
1 parent 9c3d31a commit 13378c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -1539,6 +1539,8 @@ func initConsensusProtocols() {

v40.Heartbeat = true

v40.EnableCatchpointsWithOnlineAccounts = true

Consensus[protocol.ConsensusV40] = v40

// v39 can be upgraded to v40, with an update delay of 7d:
Expand All @@ -1553,8 +1555,6 @@ func initConsensusProtocols() {

vFuture.LogicSigVersion = 12 // When moving this to a release, put a new higher LogicSigVersion here

vFuture.EnableCatchpointsWithOnlineAccounts = true

Consensus[protocol.ConsensusFuture] = vFuture

// vAlphaX versions are an separate series of consensus parameters and versions for alphanet
Expand Down

0 comments on commit 13378c5

Please sign in to comment.