From eb0d4bccf57af40f2332580f973da222d4ed850a Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 18 Nov 2024 19:35:23 +0300 Subject: [PATCH] chore: cleanup comment --- sdk/test/utxo.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/test/utxo.test.ts b/sdk/test/utxo.test.ts index 5a33c443..801c5f0a 100644 --- a/sdk/test/utxo.test.ts +++ b/sdk/test/utxo.test.ts @@ -336,7 +336,7 @@ describe('UTXO Tests', () => { it('should not spend outputs with inscriptions', { timeout: 50000 }, async () => { const paymentAddress = 'bc1peqr5a5kfufvsl66444jm9y8qq0s87ph0zv4lfkcs7h40ew02uvsqkhjav0'; - // Use a random public key for P2SH-P2WPKH + // Use a random public key const pubkey = '03b366c69e8237d9be7c4f1ac2a7abc6a79932fbf3de4e2f6c04797d7ef27abfe1'; const ordinalsClient = new OrdinalsClient('mainnet');