We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TxOrdering::Untouched
1 parent 46695e5 commit d2690efCopy full SHA for d2690ef
1 file changed
src/wallet/tx_builder.rs
@@ -848,9 +848,9 @@ pub enum TxOrdering {
848
/// Randomized (default)
849
#[default]
850
Shuffle,
851
- /// Unchanged
+ /// Untouched
852
///
853
- /// Unchanged insertion order for recipients and for manually added UTXOs. This guarantees all
+ /// Untouched insertion order for recipients and for manually added UTXOs. This guarantees all
854
/// recipients preserve insertion order in the transaction's output vector and manually added
855
/// UTXOs preserve insertion order in the transaction's input vector, but does not make any
856
/// guarantees about algorithmically selected UTXOs. However, by design they will always be
0 commit comments