mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-14 01:51:10 +02:00
Fix typo in wallet.cpp
This commit is contained in:
@@ -1872,7 +1872,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
|
|||||||
// Discourage fee sniping.
|
// Discourage fee sniping.
|
||||||
//
|
//
|
||||||
// For a large miner the value of the transactions in the best block and
|
// 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
|
// blocks to orphan the current best block. By setting nLockTime such that
|
||||||
// only the next block can include the transaction, we discourage this
|
// only the next block can include the transaction, we discourage this
|
||||||
// practice as the height restricted and limited blocksize gives miners
|
// practice as the height restricted and limited blocksize gives miners
|
||||||
|
Reference in New Issue
Block a user