mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-29 16:24:22 +00:00
Merge #9036: wallet: Change default confirm target from 2 to 6
0fdf810 wallet: Change default confirm target from 2 to 6 (Wladimir J. van der Laan)
This commit is contained in:
commit
ed0cc50afe
@ -54,7 +54,7 @@ static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
|
|||||||
//! Default for -sendfreetransactions
|
//! Default for -sendfreetransactions
|
||||||
static const bool DEFAULT_SEND_FREE_TRANSACTIONS = false;
|
static const bool DEFAULT_SEND_FREE_TRANSACTIONS = false;
|
||||||
//! -txconfirmtarget default
|
//! -txconfirmtarget default
|
||||||
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 2;
|
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 6;
|
||||||
//! -walletrbf default
|
//! -walletrbf default
|
||||||
static const bool DEFAULT_WALLET_RBF = false;
|
static const bool DEFAULT_WALLET_RBF = false;
|
||||||
//! Largest (in bytes) free transaction we're willing to create
|
//! Largest (in bytes) free transaction we're willing to create
|
||||||
|
Loading…
x
Reference in New Issue
Block a user