diff options
author | Gregory Maxwell <greg@xiph.org> | 2014-02-12 16:23:06 -0800 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2014-02-12 16:23:06 -0800 |
commit | 0542619d93811fdb73508abb5299b8fd77f47a0e (patch) | |
tree | d8e43149a56fad0a7de99cf08fce5d516dcbc30e /src/wallet.h | |
parent | 19e5b9d2dfcac4efadba636745485d9660fb1abe (diff) |
Rename IsConfirmed to IsTrusted to better match the intended behavior.
This doesn't change the functionality at all.
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index 1bf9bb185c..835137938b 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)) |