Skip to content

Commit ca27d17

Browse files
committed
chore: typo in comment
1 parent 7fdcfd4 commit ca27d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts_src/psbt/bip371.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function getTapKeySigFromWithness(
235235
): Buffer | undefined {
236236
if (!finalScriptWitness) return;
237237
const witness = finalScriptWitness.slice(2);
238-
// todo: add schnor signature validation
238+
// todo: add schnorr signature validation
239239
if (witness.length === 64 || witness.length === 65) return witness;
240240
}
241241

0 commit comments

Comments
 (0)