Skip to content

Commit fabd10a

Browse files
author
MarcoFalke
committed
Fix typo in wallet.cpp
1 parent fad2460 commit fabd10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
18721872
// Discourage fee sniping.
18731873
//
18741874
// For a large miner the value of the transactions in the best block and
1875-
// the mempool can exceed the cost of delibrately attempting to mine two
1875+
// the mempool can exceed the cost of deliberately attempting to mine two
18761876
// blocks to orphan the current best block. By setting nLockTime such that
18771877
// only the next block can include the transaction, we discourage this
18781878
// practice as the height restricted and limited blocksize gives miners

0 commit comments

Comments
 (0)