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 a2a085c commit a3fbc6cCopy full SHA for a3fbc6c
bip-0078.mediawiki
@@ -424,6 +424,7 @@ public async Task<PSBT> RequestPayjoin(
424
for (int i = 0; i < originalGlobalTx.Outputs.Count; i++)
425
{
426
if (optionalParameters.DisableOutputSubstitution ||
427
+ bip21.Address == null ||
428
signedPSBT.Outputs[i].ScriptPubKey != bip21.Address.ScriptPubKey)
429
ourOutputs.Enqueue((originalGlobalTx.Outputs[i], signedPSBT.Outputs[i]));
430
}
0 commit comments