Skip to content

Commit

Permalink
put n shelley/byron key witnesses arguments in correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanrbrown committed Nov 7, 2023
1 parent ba858ec commit cecd59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ runTransactionCalculateMinFeeCmd
(protocolParamTxFeePerByte pparams)
tx
nInputs nOutputs
nByronKeyWitnesses nShelleyKeyWitnesses
nShelleyKeyWitnesses nByronKeyWitnesses

liftIO $ putStrLn $ (show fee :: String) <> " Lovelace"

Expand Down

0 comments on commit cecd59b

Please sign in to comment.