Skip to content

Commit

Permalink
fix: proposeParamChange options
Browse files Browse the repository at this point in the history
discount-step was defined twice. This picks the more documented one.
  • Loading branch information
turadg committed Oct 30, 2024
1 parent 33309e0 commit 202ba1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/agoric-cli/src/commands/auction.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ export const makeAuctionCommand = (
'descending clock step size',
BigInt,
)
.option(
'--discount-step <integer>',
'proposed value (basis points)',
BigInt,
)
.requiredOption(
'--charterAcceptOfferId <string>',
'offer that had continuing invitation result',
Expand Down

0 comments on commit 202ba1e

Please sign in to comment.