Skip to content

Commit 4e45932

Browse files
committed
Merge pull request #4321
699fe63 remove wrong ; in chainparams.h and order includes (Philip Kaufmann)
2 parents ec7be4a + 699fe63 commit 4e45932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chainparams.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#ifndef BITCOIN_CHAIN_PARAMS_H
77
#define BITCOIN_CHAIN_PARAMS_H
88

9-
#include "uint256.h"
109
#include "core.h"
1110
#include "protocol.h"
11+
#include "uint256.h"
1212

1313
#include <vector>
1414

@@ -62,7 +62,7 @@ class CChainParams
6262

6363
/* Used if GenerateBitcoins is called with a negative number of threads */
6464
int DefaultMinerThreads() const { return nMinerThreads; }
65-
const CBlock& GenesisBlock() const { return genesis; };
65+
const CBlock& GenesisBlock() const { return genesis; }
6666
bool RequireRPCPassword() const { return fRequireRPCPassword; }
6767
/* Make miner wait to have peers to avoid wasting work */
6868
bool MiningRequiresPeers() const { return fMiningRequiresPeers; }

0 commit comments

Comments
 (0)