Skip to content

Commit

Permalink
wallet : lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HDardenne committed Jan 20, 2021
1 parent c71afc5 commit 3dec7f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/wallet/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,12 @@ class HTTP extends Server {
assert(lockup != null, 'Lockup is required.');

const options = TransactionOptions.fromValidator(valid);
const auctionTxs = await req.wallet.createAuctionTxs(name, bid, lockup, options);
const auctionTxs = await req.wallet.createAuctionTxs(
name,
bid,
lockup,
options
);

if (sign) {
await req.wallet.sign(auctionTxs.bid, passphrase);
Expand Down

0 comments on commit 3dec7f6

Please sign in to comment.