diff options
author | Patick Strateman <patrick.strateman@gmail.com> | 2015-11-14 04:46:23 -0800 |
---|---|---|
committer | Patick Strateman <patrick.strateman@gmail.com> | 2015-11-14 04:52:21 -0800 |
commit | 3a964973fe9335f31c418b00e762ea04c3d3f088 (patch) | |
tree | 41c38ed9f028280f3802c4ac863f2278eb34b2ff /src/main.h | |
parent | 420fa8143a81f60fea79ee05df553e89378f1054 (diff) |
Add whitelistalwaysrelay option
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 5fb5534860..c304b311e4 100644 --- a/src/main.h +++ b/src/main.h @@ -41,6 +41,8 @@ struct CNodeStateStats; /** Default for accepting alerts from the P2P network. */ static const bool DEFAULT_ALERTS = true; +/** Default for DEFAULT_WHITELISTALWAYSRELAY. */ +static const bool DEFAULT_WHITELISTALWAYSRELAY = true; /** Default for -minrelaytxfee, minimum relay fee for transactions */ static const unsigned int DEFAULT_MIN_RELAY_TX_FEE = 1000; /** Default for -maxorphantx, maximum number of orphan transactions kept in memory */ |