Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinjangrzybowski committed Nov 21, 2024
1 parent 1c3ce02 commit b7433d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chainweb/Chainweb/Configuration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ validateChainwebVersion v = do
, "just yet."
]
where
isDevelopment = _versionCode v `elem` [_versionCode dv | dv <- [recapDevnet, devnet, pact5Devnet]]
isDevelopment = _versionCode v `elem` [_versionCode dv | dv <- [recapDevnet, devnet]]

validateBackupConfig :: ConfigValidation BackupConfig []
validateBackupConfig c =
Expand Down

0 comments on commit b7433d7

Please sign in to comment.