Skip to content

Commit d2690ef

Browse files
committed
fix(doc): fix TxOrdering::Untouched doc comment
1 parent 46695e5 commit d2690ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wallet/tx_builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,9 +848,9 @@ pub enum TxOrdering {
848848
/// Randomized (default)
849849
#[default]
850850
Shuffle,
851-
/// Unchanged
851+
/// Untouched
852852
///
853-
/// Unchanged insertion order for recipients and for manually added UTXOs. This guarantees all
853+
/// Untouched insertion order for recipients and for manually added UTXOs. This guarantees all
854854
/// recipients preserve insertion order in the transaction's output vector and manually added
855855
/// UTXOs preserve insertion order in the transaction's input vector, but does not make any
856856
/// guarantees about algorithmically selected UTXOs. However, by design they will always be

0 commit comments

Comments
 (0)