aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-09-21 12:15:18 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-09-21 12:06:58 +0200
commitfa58edbffe929da45004d4406d7d1ffc7d14dc98 (patch)
tree0c35b5706ba8c32c607ea42f3af5dc8a0e683998 /src/wallet/wallet.h
parentfab91070d38aa248a852e04c56dcb73e4022872d (diff)
downloadbitcoin-fa58edbffe929da45004d4406d7d1ffc7d14dc98.tar.xz
[wallet] Introduce DEFAULT_DISABLE_WALLET
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 584f013204..f6c658928f 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -59,7 +59,7 @@ static const bool DEFAULT_WALLET_RBF = false;
//! Largest (in bytes) free transaction we're willing to create
static const unsigned int MAX_FREE_TRANSACTION_CREATE_SIZE = 1000;
static const bool DEFAULT_WALLETBROADCAST = true;
-
+static const bool DEFAULT_DISABLE_WALLET = false;
//! if set, all keys will be derived by using BIP32
static const bool DEFAULT_USE_HD_WALLET = true;