diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2013-01-09 19:39:52 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2013-01-09 22:28:46 +0100 |
commit | c2b72ba27f0b41d15c70818cb974d4fe7188d17c (patch) | |
tree | a76205d143c4e345666b488212253d7e9de51266 /src/net.h | |
parent | 429915bd0dfcdb03b13d9a3c2fb82d5401ef70ce (diff) |
Remove fClient
Client (SPV) mode never got implemented entirely, and whatever part was already
working, is likely not been tested (or even executed at all) for the past two
years. This removes it entirely.
If we want an SPV implementation, I think we should first get the block chain
data structures to be encapsulated in a class implementing a standard interface,
and then writing an alternate implementation with SPV semantics.
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -86,7 +86,6 @@ enum threadId THREAD_MAX }; -extern bool fClient; extern bool fDiscover; extern bool fUseUPnP; extern uint64 nLocalServices; |