Skip to content

Commit

Permalink
buffer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notTanveer committed Oct 8, 2024
1 parent 0259c0d commit 77887a5
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 @@ -41,7 +41,7 @@ export class WalletHelper {
switch (type) {
case 'p2wpkh':
output = payments.p2wpkh({
pubkey: child.publicKey,
pubkey: Buffer.from(child.publicKey),
network: networks.regtest,
});
break;
Expand Down

0 comments on commit 77887a5

Please sign in to comment.