We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed208bc commit e1fefcbCopy full SHA for e1fefcb
src/main.rs
@@ -89,7 +89,7 @@ pub struct SwapParticipant {
89
/// Posidon hash of the swap secret.
90
///
91
/// It is [`Some`] only after either [`Self::new_atomic_swap`] for swap initiator or
92
- /// [`Self::accept_atomic_swap`] for swap counteraprty.
+ /// [`Self::accept_atomic_swap`] for swap counterparty.
93
swap_secret_hash: Option<[u8; 32]>,
94
95
/// Counterparty's Bitcoin public key that is used as a revocation key in Taprootized
0 commit comments