Skip to content

Commit

Permalink
in testnet, spv expiration is a Maybe Word64, not Word64
Browse files Browse the repository at this point in the history
  • Loading branch information
chessai authored Dec 13, 2024
1 parent 95f549e commit fae2052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chainweb/Version/Testnet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ testnet = ChainwebVersion
Bottom (minBound, Nothing)
, _versionSpvProofExpirationWindow =
-- 23_040 is 4x current max TTL
(succ $ testnet ^?! versionForks . at Chainweb227Pact . _Just . onChain (unsafeChainId 0) . _ForkAtBlockHeight, 23_040) `Above`
(succ $ testnet ^?! versionForks . at Chainweb227Pact . _Just . onChain (unsafeChainId 0) . _ForkAtBlockHeight, Just 23_040) `Above`
Bottom (minBound, Nothing)
, _versionBootstraps = domainAddr2PeerInfo testnetBootstrapHosts
, _versionGenesis = VersionGenesis
Expand Down

0 comments on commit fae2052

Please sign in to comment.