aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-06-27 11:53:08 -0400
committerJohn Newbery <john@johnnewbery.com>2018-06-28 17:56:59 -0400
commit0f3d6e9ab75837ead3acfda342aa3ea404efb81d (patch)
tree9619fdeaed15d6d7bc54483b6be0565aeec0048b /src/wallet/wallet.h
parent7110c830f8c5de3570178bf4e5d28fe3e4f109e1 (diff)
downloadbitcoin-0f3d6e9ab75837ead3acfda342aa3ea404efb81d.tar.xz
[wallet] factor out GetAvailableWatchOnlyBalance()
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 4cb881bc48..bc70ffc595 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -462,7 +462,6 @@ public:
CAmount GetImmatureCredit(bool fUseCache=true) const;
CAmount GetAvailableCredit(bool fUseCache=true, const isminefilter& filter=ISMINE_SPENDABLE) const;
CAmount GetImmatureWatchOnlyCredit(const bool fUseCache=true) const;
- CAmount GetAvailableWatchOnlyCredit(const bool fUseCache=true) const;
CAmount GetChange() const;
// Get the marginal bytes if spending the specified output from this transaction