aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-06-27 13:43:25 -0400
committerJohn Newbery <john@johnnewbery.com>2018-06-28 17:50:40 -0400
commitef7bc8893c7a953953aa457736d79c28a4f45792 (patch)
treefbfda7cd9eb451c4c08792186cde94f67fba517c /src/wallet/wallet.h
parent4279da47855ec776f8d57c6579fe89afc9cbe8c1 (diff)
downloadbitcoin-ef7bc8893c7a953953aa457736d79c28a4f45792.tar.xz
[wallet] Factor out GetWatchOnlyBalance()
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 004c0935eb..4cb881bc48 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -947,7 +947,6 @@ public:
CAmount GetBalance(const isminefilter& filter=ISMINE_SPENDABLE) const;
CAmount GetUnconfirmedBalance() const;
CAmount GetImmatureBalance() const;
- CAmount GetWatchOnlyBalance() const;
CAmount GetUnconfirmedWatchOnlyBalance() const;
CAmount GetImmatureWatchOnlyBalance() const;
CAmount GetLegacyBalance(const isminefilter& filter, int minDepth, const std::string* account) const;