From aae42ce729903a72690bec2583bf164729a2d7b1 Mon Sep 17 00:00:00 2001 From: Gustavo Chain Date: Sun, 20 Jul 2025 21:38:54 +0200 Subject: [PATCH] fix comment name inconsistency The comment was referring to the Untouched oredering as Unchanged. Signed-off-by: Gustavo Chain --- wallet/src/wallet/tx_builder.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallet/src/wallet/tx_builder.rs b/wallet/src/wallet/tx_builder.rs index f3bfe3f9..885e07a0 100644 --- a/wallet/src/wallet/tx_builder.rs +++ b/wallet/src/wallet/tx_builder.rs @@ -848,9 +848,9 @@ pub enum TxOrdering { /// Randomized (default) #[default] Shuffle, - /// Unchanged + /// Untouched /// - /// 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 /// recipients preserve insertion order in the transaction's output vector and manually added /// UTXOs preserve insertion order in the transaction's input vector, but does not make any /// guarantees about algorithmically selected UTXOs. However, by design they will always be