aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJeremy Rubin <j@rubin.io>2019-09-06 09:15:49 -0700
committerJeremy Rubin <j@rubin.io>2019-10-21 13:16:22 -0700
commitb49dcbedf79613f0e0f61bfd742ed265213ed280 (patch)
tree8febcad09560551b3b7784441ef576ee6a20c59a /src/wallet/wallet.h
parent5ffe0d144923f365cb1c2fad181eca15d1668692 (diff)
update variable naming conventions for IsTrusted
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 986baa89ee..3513ebb91c 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -616,7 +616,7 @@ public:
bool InMempool() const;
bool IsTrusted(interfaces::Chain::Lock& locked_chain) const;
- bool IsTrusted(interfaces::Chain::Lock& locked_chain, std::set<uint256>& trustedParents) const;
+ bool IsTrusted(interfaces::Chain::Lock& locked_chain, std::set<uint256>& trusted_parents) const;
int64_t GetTxTime() const;