aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-02-06 15:16:18 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-02-14 20:19:40 +0100
commit0c9b9b7d646333cb3212f1bea98e629c416cbe42 (patch)
tree1367ac5ad5c472b827962e95046aef1cecf2f102 /src/wallet/wallet.cpp
parent870cd2b58aba30ecd57c624ab1f1724b3235cb4d (diff)
downloadbitcoin-0c9b9b7d646333cb3212f1bea98e629c416cbe42.tar.xz
[trivial] Fix recently introduced typos in comments
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index a7b8022bd9..49b943d87b 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -1012,7 +1012,7 @@ bool CWallet::LoadToWallet(const CWalletTx& wtxIn)
* TODO: One exception to this is that the abandoned state is cleared under the
* assumption that any further notification of a transaction that was considered
* abandoned is an indication that it is not safe to be considered abandoned.
- * Abandoned state should probably be more carefuly tracked via different
+ * Abandoned state should probably be more carefully tracked via different
* posInBlock signals or by checking mempool presence when necessary.
*/
bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlockIndex* pIndex, int posInBlock, bool fUpdate)