From ad46a49dc2bfd80247f05a5fa2f4bf69c34fd56f Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 14 Aug 2025 14:47:04 -0700 Subject: [PATCH] Fix test title. --- test/test.blocks.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.blocks.mjs b/test/test.blocks.mjs index 04d0523..d4e2e89 100644 --- a/test/test.blocks.mjs +++ b/test/test.blocks.mjs @@ -164,7 +164,7 @@ await Promise.all([ assert.nullish(block.work) }) - await test('sign Ledger-derived receive block', async () => { + await test('sign Ledger-derived open block', async () => { const wallet = await Wallet.load('BIP-44', '', LEDGER_MNEMONIC) await wallet.unlock('') const account = await wallet.account() -- 2.47.3