From d5cfb864ae16da62399bc97ab1ed54d32cf0cce9 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Fri, 18 Oct 2019 17:17:17 -0400 Subject: [PATCH] Allow Coin Selection be able to take external inputs --- src/wallet/coincontrol.h | 29 ++++++++++++++ src/wallet/spend.cpp | 85 +++++++++++++++++++++++++--------------- src/wallet/spend.h | 5 ++- src/wallet/wallet.cpp | 23 +++++------ src/wallet/wallet.h | 9 +++-- 5 files changed, 103 insertions(+), 48 deletions(-) diff --git a/src/wallet/coincontrol.h b/src/wallet/coincontrol.h index 85cbec76b74..c989512d3ef 100644 --- a/src/wallet/coincontrol.h +++ b/src/wallet/coincontrol.h @@ -9,9 +9,14 @@ #include #include #include +#include