Skip to content

Commit ce3fc85

Browse files
committed
Merge bitcoindevkit#372: fix(doc): fix TxOrdering::Untouched doc comment
d2690ef fix(doc): fix `TxOrdering::Untouched` doc comment (Luis Schwab) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description Fixes the incorrect doc comment on `TxOrdering::Untouched` (Unchanged -> Untouched) ### Checklists #### All Submissions: * [X] I've signed all my commits * [X] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [X] I ran `just p` before pushing Top commit has no ACKs. Tree-SHA512: 1056f0c5763ffe9c285d2f9b8a10960bb3148d7673509e0ae246ca00ae2c9c01941b05255230be90aa5826b5ebacc40f77ba27c666532c675e07783c6a9c268d
2 parents 46695e5 + d2690ef commit ce3fc85

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)