Skip to content

Commit

Permalink
fix(sdk): return p2wsh (#126)
Browse files Browse the repository at this point in the history
fix to return p2wsh
  • Loading branch information
JoshuaC817 authored Sep 4, 2024
1 parent 40427bc commit a01f806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export function getScriptType(script: Buffer, network: Network): GetScriptTypeRe
if (p2wsh.payload) {
return {
format: addressTypeToName["p2wsh"],
...p2wpkh
...p2wsh
}
}

Expand Down

0 comments on commit a01f806

Please sign in to comment.