aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2017-12-17 20:34:39 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2018-01-03 05:42:57 -0800
commitcbe197470ecc1f7b48771c4e7b654ab030af4c9e (patch)
tree186ac9f061e40c2b891e154c6bc81bdd74bc4b03 /src/wallet/wallet.h
parent0c8ea6380c9f402ed9777fd015b117ba13125a35 (diff)
downloadbitcoin-cbe197470ecc1f7b48771c4e7b654ab030af4c9e.tar.xz
[refactor] GetAccount{PubKey,Address} -> GetAccountDestination
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 93d1857c7f..e64ea2534a 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -923,7 +923,7 @@ public:
int64_t IncOrderPosNext(CWalletDB *pwalletdb = nullptr);
DBErrors ReorderTransactions();
bool AccountMove(std::string strFrom, std::string strTo, CAmount nAmount, std::string strComment = "");
- bool GetAccountPubkey(CPubKey &pubKey, std::string strAccount, bool bForceNew = false);
+ bool GetAccountDestination(CTxDestination &dest, std::string strAccount, bool bForceNew = false);
void MarkDirty();
bool AddToWallet(const CWalletTx& wtxIn, bool fFlushOnClose=true);