Skip to content

Commit

Permalink
chore: cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slavastartsev committed Nov 18, 2024
1 parent 7261ca5 commit eb0d4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/test/utxo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit eb0d4bc

Please sign in to comment.