mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge pull request #6887
53238ffClarify what minrelaytxfee does (MarcoFalke)abd8b76[qt] Properly display required fee instead of minTxFee (MarcoFalke)
This commit is contained in:
commit
3694b74fa9
7 changed files with 28 additions and 14 deletions
|
|
@ -74,7 +74,7 @@ size_t nCoinCacheUsage = 5000 * 300;
|
|||
uint64_t nPruneTarget = 0;
|
||||
bool fAlerts = DEFAULT_ALERTS;
|
||||
|
||||
/** Fees smaller than this (in satoshi) are considered zero fee (for relaying and mining) */
|
||||
/** Fees smaller than this (in satoshi) are considered zero fee (for relaying, mining and transaction creation) */
|
||||
CFeeRate minRelayTxFee = CFeeRate(1000);
|
||||
|
||||
CTxMemPool mempool(::minRelayTxFee);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue