Skip to content

Commit 8e26a25

Browse files
committed
Fix typo in src/transaction.rs
1 parent b6361d2 commit 8e26a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ impl ::std::str::FromStr for OutPoint {
162162
/// - Indicating whether absolute lock-time (specified in `lock_time` field of [`Transaction`])
163163
/// is enabled.
164164
/// - Indicating and encoding [BIP-68] relative lock-times.
165-
/// - Indicating whether a transcation opts-in to [BIP-125] replace-by-fee.
165+
/// - Indicating whether a transaction opts-in to [BIP-125] replace-by-fee.
166166
///
167167
/// Note that transactions spending an output with `OP_CHECKLOCKTIMEVERIFY`MUST NOT use
168168
/// `Sequence::MAX` for the corresponding input. [BIP-65]

0 commit comments

Comments
 (0)