Skip to content

Commit 230399c

Browse files
committed
Update receiver function documentation for version-agnostic functions
1 parent f1574be commit 230399c

3 files changed

Lines changed: 334 additions & 166 deletions

File tree

payjoin/src/core/receive/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub(crate) mod v1;
3838
#[cfg_attr(docsrs, doc(cfg(feature = "v2")))]
3939
pub mod v2;
4040

41-
/// Helper to construct a pair of ([`TxIn`], [`psbt::Input`]) with some built-in validation.
41+
/// A pair of ([`TxIn`], [`psbt::Input`]) with some built-in validation.
4242
///
4343
/// Use with [`InputPair::new`] to contribute receiver inputs.
4444
#[derive(Clone, Debug)]

0 commit comments

Comments
 (0)