Skip to content

Commit b99aaef

Browse files
Reference spec by link in prepare_psbt docstring
Co-authored-by: Armin Sabouri <[email protected]>
1 parent b062e78 commit b99aaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payjoin/src/receive/v1/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ impl ProvisionalProposal {
681681
output_contribution_weight
682682
}
683683

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)
685685
fn prepare_psbt(self, processed_psbt: Psbt) -> PayjoinProposal {
686686
log::trace!("Original PSBT from callback: {processed_psbt:#?}");
687687

0 commit comments

Comments
 (0)