aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-12-02 16:04:32 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-12-02 16:28:13 +0100
commitaeedd8a53b2df0ca2bf0429ce37f97cd45b35ba6 (patch)
treedc61d3413311eb0977d1bf436f87b8650767f214 /src/wallet/wallet.cpp
parentdf2ced5c8325b84557f185b687e6c014de84cecf (diff)
parentfabd10a9c9c713696b4dd7a9ff6b72f38022bc68 (diff)
Merge pull request #7157
fabd10a Fix typo in wallet.cpp (MarcoFalke) fad2460 Update contrib/devtools/README.md (MarcoFalke) 5e151a8 PartitionCheck: remove useless spaces (paveljanik) fad0088 TRIVIAL: Chainparams: Remove unused CBaseUnitTestParams (Jorge Timón) 74f7341 Update miner.cpp: Fix typo in comment (antonio-fr) e69bad1 [trivial] Fix typo in peertablemodel.cpp (MarcoFalke) 8a03727 Fix various typos (paveljanik)
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 28479c0ed1..d23d54e678 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -1872,7 +1872,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
// Discourage fee sniping.
//
// For a large miner the value of the transactions in the best block and
- // the mempool can exceed the cost of delibrately attempting to mine two
+ // the mempool can exceed the cost of deliberately attempting to mine two
// blocks to orphan the current best block. By setting nLockTime such that
// only the next block can include the transaction, we discourage this
// practice as the height restricted and limited blocksize gives miners