We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdcfd4 commit ca27d17Copy full SHA for ca27d17
ts_src/psbt/bip371.ts
@@ -235,7 +235,7 @@ function getTapKeySigFromWithness(
235
): Buffer | undefined {
236
if (!finalScriptWitness) return;
237
const witness = finalScriptWitness.slice(2);
238
- // todo: add schnor signature validation
+ // todo: add schnorr signature validation
239
if (witness.length === 64 || witness.length === 65) return witness;
240
}
241
0 commit comments