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(
406406 PayjoinClientParameters optionalParameters)
407407{
408408 Log("signed PSBT" + signedPSBT);
409+ // Extracting the pj link.
409410 var endpoint = bip21.ExtractPayjointEndpoint();
410411 if (signedPSBT.IsAllFinalized())
411412 throw new InvalidOperationException("The original PSBT should not be finalized.");
@@ -428,6 +429,7 @@ public async Task<PSBT> RequestPayjoin(
428429 {
429430 originalOutputs.Enqueue((originalGlobalTx.Outputs[i], signedPSBT.Outputs[i ]));
430431 }
432+ // Add the client side query string parameters
431433 endpoint = ApplyOptionalParameters(endpoint, optionalParameters);
432434 Log("original PSBT" + originalPSBT);
433435 PSBT proposal = await SendOriginalTransaction(endpoint, originalPSBT, cancellationToken);
You can’t perform that action at this time.
0 commit comments