Skip to content

Commit

Permalink
buffer conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
notTanveer committed Oct 8, 2024
1 parent a4b2b2b commit 0259c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/helpers/wallet.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class WalletHelper {
break;
case 'p2tr':
output = payments.p2tr({
internalPubkey: toXOnly(child.publicKey),
internalPubkey: Buffer.from(toXOnly(child.publicKey)),
network: networks.regtest,
});
break;
Expand Down

0 comments on commit 0259c0d

Please sign in to comment.