From 84ebf66e89df711dca80ecde097c570925a3ba4d Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Wed, 28 Aug 2024 15:06:02 +0400 Subject: [PATCH] test: fix wallet test case for bidreveal. --- test/wallet-test.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/wallet-test.js b/test/wallet-test.js index 4bc1cbc26..f9ebd56b2 100644 --- a/test/wallet-test.js +++ b/test/wallet-test.js @@ -3649,7 +3649,7 @@ describe('Wallet', function() { } }; - const NAME = 'testname'; + const NAME = rules.grindName(10, 1, network); const NAMEHASH = rules.hashString(NAME); let wallet; @@ -3664,10 +3664,6 @@ describe('Wallet', function() { await wdb.connect(); wallet = await wdb.create(); - - // rollout all names - wdb.height = 52 * 144 * 7; - wdb.state.height = 52 * 144 * 7; }); after(async () => {