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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
} }