From 5ee20d3227c40dd1bc142132fadb13323c4d44f0 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 19 Aug 2025 07:13:17 -0700 Subject: [PATCH] Destroy hanging test wallet. --- test/test.blocks.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.blocks.mjs b/test/test.blocks.mjs index d4e2e89..c5d1924 100644 --- a/test/test.blocks.mjs +++ b/test/test.blocks.mjs @@ -176,6 +176,7 @@ await Promise.all([ await wallet.sign(0, block) assert.equal(block.signature, LEDGER_OPEN_BLOCK.signature) assert.ok(await block.verify(account.publicKey)) + await wallet.destroy() }) // skip since nano.org send block sample has receive block work difficulty -- 2.47.3