Fixup
This commit is contained in:
parent
5b5a942b1f
commit
5be5b37a83
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -30,7 +30,7 @@ public:
|
|||
const char *ipv4_proxy;
|
||||
const char *ipv6_proxy;
|
||||
|
||||
CDnsSeedOpts() : nThreads(96), nDnsThreads(4), nPort(53), mbox(NULL), ns(NULL), host(NULL), tor(NULL), fUseTestNet(false), fWipeBan(false), fWipeIgnore(false) {}
|
||||
CDnsSeedOpts() : nThreads(96), nDnsThreads(4), nPort(53), mbox(NULL), ns(NULL), host(NULL), tor(NULL), fUseTestNet(false), fWipeBan(false), fWipeIgnore(false), ipv4_proxy(NULL), ipv6_proxy(NULL) {}
|
||||
|
||||
void ParseCommandLine(int argc, char **argv) {
|
||||
static const char *help = "Bitcoin-seeder\n"
|
||||
|
|
Loading…
Reference in a new issue