Skip to content

Commit

Permalink
Enable manual specification of execution units for voting and proposing
Browse files Browse the repository at this point in the history
plutus scripts
  • Loading branch information
Jimbo4350 committed Apr 29, 2024
1 parent 8d97919 commit ade61c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-cli/src/Cardano/CLI/EraBased/Options/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ pTransactionBuildEstimateCmd era _envCli = do
"Filepath of auxiliary script(s)")
<*> many pMetadataFile
<*> pFeatured (shelleyBasedToCardanoEra sbe) (optional pUpdateProposalFile)
<*> pVoteFiles sbe AutoBalance
<*> pProposalFiles sbe AutoBalance
<*> pVoteFiles sbe ManualBalance
<*> pProposalFiles sbe ManualBalance
<*> pTxBodyFileOut

pChangeAddress :: Parser TxOutChangeAddress
Expand Down

0 comments on commit ade61c6

Please sign in to comment.