Remove fluff in SendTXArgs (#1825)

This commit is contained in:
Quentin Le Sceller
2018-10-24 12:10:40 +02:00
committed by GitHub
parent 029450a5ce
commit c343c65051
-2
View File
@@ -686,6 +686,4 @@ pub struct SendTXArgs {
pub num_change_outputs: usize,
/// whether to use all outputs (combine)
pub selection_strategy_is_use_all: bool,
/// dandelion control
pub fluff: bool,
}