We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec7be4a + 699fe63 commit 4e45932Copy full SHA for 4e45932
src/chainparams.h
@@ -6,9 +6,9 @@
6
#ifndef BITCOIN_CHAIN_PARAMS_H
7
#define BITCOIN_CHAIN_PARAMS_H
8
9
-#include "uint256.h"
10
#include "core.h"
11
#include "protocol.h"
+#include "uint256.h"
12
13
#include <vector>
14
@@ -62,7 +62,7 @@ class CChainParams
62
63
/* Used if GenerateBitcoins is called with a negative number of threads */
64
int DefaultMinerThreads() const { return nMinerThreads; }
65
- const CBlock& GenesisBlock() const { return genesis; };
+ const CBlock& GenesisBlock() const { return genesis; }
66
bool RequireRPCPassword() const { return fRequireRPCPassword; }
67
/* Make miner wait to have peers to avoid wasting work */
68
bool MiningRequiresPeers() const { return fMiningRequiresPeers; }
0 commit comments