Skip to content

Commit b14f663

Browse files
committed
Make SelectionStrategy non-exhaustive
1 parent 37af9eb commit b14f663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wallet/src/psbt/params.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ impl Params {
106106

107107
/// Coin select strategy.
108108
#[derive(Debug, Clone, Copy, Default)]
109+
#[non_exhaustive]
109110
pub enum SelectionStrategy {
110111
/// Single random draw.
111112
#[default]

0 commit comments

Comments
 (0)