From 0542619d93811fdb73508abb5299b8fd77f47a0e Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Wed, 12 Feb 2014 16:23:06 -0800 Subject: Rename IsConfirmed to IsTrusted to better match the intended behavior. This doesn't change the functionality at all. --- src/qt/transactionrecord.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/transactionrecord.cpp') diff --git a/src/qt/transactionrecord.cpp b/src/qt/transactionrecord.cpp index 257151b926..b6614fc371 100644 --- a/src/qt/transactionrecord.cpp +++ b/src/qt/transactionrecord.cpp @@ -164,7 +164,7 @@ void TransactionRecord::updateStatus(const CWalletTx &wtx) (wtx.IsCoinBase() ? 1 : 0), wtx.nTimeReceived, idx); - status.confirmed = wtx.IsConfirmed(); + status.confirmed = wtx.IsTrusted(); status.depth = wtx.GetDepthInMainChain(); status.cur_num_blocks = chainActive.Height(); -- cgit v1.2.3