aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-02-13 20:12:34 +0100
committerWladimir J. van der Laan <[email protected]>2014-02-13 20:12:46 +0100
commit6056c87d25994bbceb23d6ae50df1276a51d51bd (patch)
treeb96fc427df87c50b6a96d60ecc07743fb8a8112b /src/wallet.h
parentMerge pull request #3668 (diff)
parentRename IsConfirmed to IsTrusted to better match the intended behavior. (diff)
downloaddiscoin-6056c87d25994bbceb23d6ae50df1276a51d51bd.tar.xz
discoin-6056c87d25994bbceb23d6ae50df1276a51d51bd.zip
Merge pull request #3662
0542619 Rename IsConfirmed to IsTrusted to better match the intended behavior. (Gregory Maxwell)
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h
index e5104f136..ca40ba818 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -695,7 +695,7 @@ public:
return (GetDebit() > 0);
}
- bool IsConfirmed() const
+ bool IsTrusted() const
{
// Quick answer in most cases
if (!IsFinalTx(*this))