Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Oct 2, 2024
1 parent fce92f3 commit 8b5d36a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cardano-cli/src/Cardano/CLI/Compatible/Governance.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import Cardano.CLI.EraBased.Options.Governance
import Cardano.CLI.EraBased.Run.Governance
import Cardano.CLI.Types.Errors.CmdError

import Control.Applicative
import Data.Maybe
import Data.Text
import Options.Applicative
Expand Down
3 changes: 2 additions & 1 deletion cardano-cli/src/Cardano/CLI/Compatible/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import Cardano.CLI.Types.Common
import Cardano.CLI.Types.Errors.BootstrapWitnessError
import Cardano.CLI.Types.Errors.TxCmdError

import Control.Applicative
import Data.Function
import Data.Text (Text)
import Options.Applicative
Expand Down Expand Up @@ -156,7 +157,7 @@ pRefScriptFp =
( const $
ReferenceScriptAnyEra
<$> parseFilePath "tx-out-reference-script-file" "Reference script input file."
<|> pure ReferenceScriptAnyEraNone
<|> pure ReferenceScriptAnyEraNone
)

-- TODO: After QA confirmms that the new compatibility commands meet their needs
Expand Down

0 comments on commit 8b5d36a

Please sign in to comment.