We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6746f22 commit 6b3ba4cCopy full SHA for 6b3ba4c
src/Chainweb/Version/Testnet.hs
@@ -143,8 +143,8 @@ testnet = ChainwebVersion
143
(succ $ testnet ^?! versionForks . at Chainweb216Pact . _Just . onChain (unsafeChainId 0) . _ForkAtBlockHeight, Just 180_000) `Above`
144
Bottom (minBound, Nothing)
145
, _versionSpvProofExpirationWindow =
146
- -- FIXME: pin down what this should be
147
- --(succ $ testnet ^?! versionForks . at Chainweb227Pact . _Just . onChain (unsafeChainId 0) . _ForkAtBlockHeight, Nothing) `Above`
+ -- 23_040 is 4x current max TTL
+ (succ $ testnet ^?! versionForks . at Chainweb227Pact . _Just . onChain (unsafeChainId 0) . _ForkAtBlockHeight, 23_040) `Above`
148
149
, _versionBootstraps = domainAddr2PeerInfo testnetBootstrapHosts
150
, _versionGenesis = VersionGenesis
0 commit comments