mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Remove fluff in SendTXArgs (#1825)
This commit is contained in:
parent
029450a5ce
commit
c343c65051
1 changed files with 0 additions and 2 deletions
|
@ -686,6 +686,4 @@ pub struct SendTXArgs {
|
||||||
pub num_change_outputs: usize,
|
pub num_change_outputs: usize,
|
||||||
/// whether to use all outputs (combine)
|
/// whether to use all outputs (combine)
|
||||||
pub selection_strategy_is_use_all: bool,
|
pub selection_strategy_is_use_all: bool,
|
||||||
/// dandelion control
|
|
||||||
pub fluff: bool,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue