aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-01-15 16:10:13 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-01-24 15:52:05 +0000
commit31dbd5af4863d73c3215355ec5cf85bde2ddc5d8 (patch)
treec016eae3dcae0487243260c97342651d2a90a4a0 /src/wallet/wallet.h
parent95941396fff81f60d75fc8cca70716b26efe820e (diff)
downloadbitcoin-31dbd5af4863d73c3215355ec5cf85bde2ddc5d8.tar.xz
[wallet] Add change type to CCoinControl
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index e8f536634e..a4684c2935 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -965,7 +965,7 @@ public:
CAmount GetLegacyBalance(const isminefilter& filter, int minDepth, const std::string* account) const;
CAmount GetAvailableBalance(const CCoinControl* coinControl = nullptr) const;
- OutputType TransactionChangeType(const std::vector<CRecipient>& vecSend);
+ OutputType TransactionChangeType(OutputType change_type, const std::vector<CRecipient>& vecSend);
/**
* Insert additional inputs into the transaction by