Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Jul 15, 2022
1 parent 29b46e7 commit d23f4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/hsw-cli
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Commands:
$ key [address]: Get wallet key by address.
$ listen: Listen for events.
$ lock: Lock wallet.
$ mkauctiontxs [name] [bid] [lockup] [broadcast]: Create bid and reveal transactions.
$ mkauctiontxs [name] [bid] [lockup] [broadcast]: Create bid and reveal TXs.
$ mktx [address] [value]: Create transaction.
$ mkwallet [id]: Create wallet.
$ pending: View pending TXs.
Expand Down Expand Up @@ -358,7 +358,7 @@ class CLI {
name: this.config.str([0, 'name']),
bid: this.config.ufixed([1, 'bid'], EXP),
lockup: this.config.ufixed([2, 'lockup'], EXP),
broadcastBid: this.config.bool([3, 'broadcastBid']),
broadcastBid: this.config.bool([3, 'broadcastBid'])
};

const txs = await this.wallet.createAuctionTxs(options);
Expand Down

0 comments on commit d23f4c4

Please sign in to comment.