mirror of
https://github.com/bitcoin/bips.git
synced 2024-11-19 01:40:05 +01:00
Fix typo
This commit is contained in:
parent
3a16c24f5e
commit
93c655a149
@ -442,7 +442,7 @@ public async Task<PSBT> RequestPayjoin(
|
||||
////////////
|
||||
|
||||
if (proposal.CheckSanity() is List<PSBTError> errors && errors.Count > 0)
|
||||
throw new PayjoinSenderException($"The proposal PSBT is not insance ({errors[0]})");
|
||||
throw new PayjoinSenderException($"The proposal PSBT is not sane ({errors[0]})");
|
||||
|
||||
var proposalGlobalTx = proposal.GetGlobalTransaction();
|
||||
// Verify that the transaction version, and nLockTime are unchanged.
|
||||
@ -571,7 +571,7 @@ int GetVirtualSize(ScriptPubKeyType? scriptPubKeyType)
|
||||
}
|
||||
}
|
||||
|
||||
// Finalized the signedPSBT and remove confidential information
|
||||
// Finalize the signedPSBT and remove confidential information
|
||||
PSBT CreateOriginalPSBT(PSBT signedPSBT)
|
||||
{
|
||||
var original = signedPSBT.Clone();
|
||||
|
Loading…
Reference in New Issue
Block a user