File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -406,6 +406,7 @@ public async Task<PSBT> RequestPayjoin(
406
406
PayjoinClientParameters optionalParameters)
407
407
{
408
408
Log("signed PSBT" + signedPSBT);
409
+ // Extracting the pj link.
409
410
var endpoint = bip21.ExtractPayjointEndpoint();
410
411
if (signedPSBT.IsAllFinalized())
411
412
throw new InvalidOperationException("The original PSBT should not be finalized.");
@@ -428,6 +429,7 @@ public async Task<PSBT> RequestPayjoin(
428
429
{
429
430
originalOutputs.Enqueue((originalGlobalTx.Outputs[i], signedPSBT.Outputs[i ]));
430
431
}
432
+ // Add the client side query string parameters
431
433
endpoint = ApplyOptionalParameters(endpoint, optionalParameters);
432
434
Log("original PSBT" + originalPSBT);
433
435
PSBT proposal = await SendOriginalTransaction(endpoint, originalPSBT, cancellationToken);
You can’t perform that action at this time.
0 commit comments