Skip to content

Commit

Permalink
lint + changed auctioned name
Browse files Browse the repository at this point in the history
  • Loading branch information
HDardenne committed Jan 5, 2021
1 parent 253f6d9 commit be97a66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/wallet-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ describe('Wallet', function() {
const workers = new WorkerPool({ enabled });
const wdb = new WalletDB({ network, workers });
// This test executes a complete auction for this name
const name = 'satoshi';
const name = 'satoshi-in-advance';
// There will be one bid. One from our wallet with a lockup and bid value made in advance
const value = 1e6;
const lockup = 2e6;
Expand All @@ -2889,7 +2889,7 @@ describe('Wallet', function() {
const fund = 10e6;
// Store height of auction OPEN to be used in second bid.
// The main test wallet, and wallet that will receive the FINALIZE.
let wallet, recip;
let wallet;

// Hack required to focus test on txdb mechanics.
// We don't otherwise need WalletDB or Blockchain
Expand All @@ -2900,7 +2900,6 @@ describe('Wallet', function() {
before(async () => {
await wdb.open();
wallet = await wdb.create();
recip = await wdb.create();
// rollout all names
wdb.height = 52 * 144 * 7;
});
Expand Down

0 comments on commit be97a66

Please sign in to comment.