File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ public async Task<PSBT> RequestPayjoin(
442
442
////////////
443
443
444
444
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]})");
446
446
447
447
var proposalGlobalTx = proposal.GetGlobalTransaction();
448
448
// Verify that the transaction version, and nLockTime are unchanged.
@@ -571,7 +571,7 @@ int GetVirtualSize(ScriptPubKeyType? scriptPubKeyType)
571
571
}
572
572
}
573
573
574
- // Finalized the signedPSBT and remove confidential information
574
+ // Finalize the signedPSBT and remove confidential information
575
575
PSBT CreateOriginalPSBT(PSBT signedPSBT)
576
576
{
577
577
var original = signedPSBT.Clone();
You can’t perform that action at this time.
0 commit comments