Skip to content

Commit

Permalink
#5052 Deprecate reading protocol parameters from a file
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Apr 4, 2023
1 parent 27f8437 commit 9529de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cardano-cli/src/Cardano/CLI/Shelley/Commands.hs
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ data ProtocolParamsSourceSpec
-- 'cardano-api' 'ProtocolParameters' data type.
deriving Show

{-# DEPRECATED ParamsFromFile "Protocol params file is deprecated" #-}

renderTransactionCmd :: TransactionCmd -> Text
renderTransactionCmd cmd =
case cmd of
Expand Down

0 comments on commit 9529de1

Please sign in to comment.