Browse Source

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)
0.14
Pieter Wuille 8 years ago
parent
commit
ed0cc50afe
No known key found for this signature in database
GPG Key ID: DBA1A67379A1A931
  1. 2
      src/wallet/wallet.h

2
src/wallet/wallet.h

@ -54,7 +54,7 @@ static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true; @@ -54,7 +54,7 @@ static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
//! Default for -sendfreetransactions
static const bool DEFAULT_SEND_FREE_TRANSACTIONS = false;
//! -txconfirmtarget default
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 2;
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 6;
//! -walletrbf default
static const bool DEFAULT_WALLET_RBF = false;
//! Largest (in bytes) free transaction we're willing to create

Loading…
Cancel
Save