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 b6361d2 commit 8e26a25Copy full SHA for 8e26a25
src/transaction.rs
@@ -162,7 +162,7 @@ impl ::std::str::FromStr for OutPoint {
162
/// - Indicating whether absolute lock-time (specified in `lock_time` field of [`Transaction`])
163
/// is enabled.
164
/// - Indicating and encoding [BIP-68] relative lock-times.
165
-/// - Indicating whether a transcation opts-in to [BIP-125] replace-by-fee.
+/// - Indicating whether a transaction opts-in to [BIP-125] replace-by-fee.
166
///
167
/// Note that transactions spending an output with `OP_CHECKLOCKTIMEVERIFY`MUST NOT use
168
/// `Sequence::MAX` for the corresponding input. [BIP-65]
0 commit comments