Skip to content

Commit

Permalink
Fix typo in ref-script-cost-per-byte help
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucsanszky committed May 9, 2024
1 parent e7449d9 commit 7c560fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pMinFeeRefScriptCostPerByte =
Opt.option (toNonNegativeIntervalOrErr <$> readRational) $ mconcat
[ Opt.long "ref-script-cost-per-byte"
, Opt.metavar "RATIONAL"
, Opt.help "Reference script cost per byte for free calculation"
, Opt.help "Reference script cost per byte for the minimum fee calculation."
]

convertToLedger :: (a -> b) -> Parser (Maybe a) -> Parser (L.StrictMaybe b)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ Available options:
--drep-deposit LOVELACE DRep deposit amount.
--drep-activity WORD32 DRep activity period, in epochs.
--ref-script-cost-per-byte RATIONAL
Reference script cost per byte for free calculation
Reference script cost per byte for the minimum fee
calculation.
--cost-model-file FILE Filepath of the JSON formatted cost model
--out-file FILE The output file.
-h,--help Show this help text

0 comments on commit 7c560fb

Please sign in to comment.