We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 776a3ec + 7af9ecd commit 3f87dc8Copy full SHA for 3f87dc8
1 file changed
cardano-cli/src/Cardano/CLI/EraBased/Query/Run.hs
@@ -1671,6 +1671,10 @@ runQueryFuturePParams
1671
} = conwayEraOnwardsConstraints eon $ do
1672
futurePParams <- fromExceptTCli $ runQuery nodeConnInfo target $ queryFuturePParams eon
1673
1674
+ when (isNothing futurePParams) $
1675
+ liftIO . T.hPutStrLn IO.stderr $
1676
+ "No protocol parameter changes will be enacted at the next epoch boundary."
1677
+
1678
let output =
1679
outputFormat
1680
& ( id
0 commit comments