You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: payjoin/src/receive/v1/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -681,7 +681,7 @@ impl ProvisionalProposal {
681
681
output_contribution_weight
682
682
}
683
683
684
-
/// Prepare the PSBT by creating a new PSBT and copying only the fields allowed by the spec
684
+
/// Prepare the PSBT by creating a new PSBT and copying only the fields allowed by the [spec](https://github.com/bitcoin/bips/blob/master/bip-0078.mediawiki#senders-payjoin-proposal-checklist)
0 commit comments