Skip to content

Commit 93c655a

Browse files
committed
Fix typo
1 parent 3a16c24 commit 93c655a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0078.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ public async Task<PSBT> RequestPayjoin(
442442
////////////
443443
444444
if (proposal.CheckSanity() is List<PSBTError> errors && errors.Count > 0)
445-
throw new PayjoinSenderException($"The proposal PSBT is not insance ({errors[0]})");
445+
throw new PayjoinSenderException($"The proposal PSBT is not sane ({errors[0]})");
446446
447447
var proposalGlobalTx = proposal.GetGlobalTransaction();
448448
// Verify that the transaction version, and nLockTime are unchanged.
@@ -571,7 +571,7 @@ int GetVirtualSize(ScriptPubKeyType? scriptPubKeyType)
571571
}
572572
}
573573
574-
// Finalized the signedPSBT and remove confidential information
574+
// Finalize the signedPSBT and remove confidential information
575575
PSBT CreateOriginalPSBT(PSBT signedPSBT)
576576
{
577577
var original = signedPSBT.Clone();

0 commit comments

Comments
 (0)