diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-11 12:23:27 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-11 12:23:33 +0100 |
commit | cb841e75135e97e05cc7e771fb102a08969e2cb4 (patch) | |
tree | 50dc3fe6dea9197c6cc23dbdde08e3e00f0c751b /src/main.h | |
parent | 38a4f267e82a20b3a5e263ffbf1542140aeef73d (diff) | |
parent | 726784374520347f09372532bd89156cdfd950f2 (diff) |
Merge pull request #6982
7267843 Globals: Make AcceptBlockHeader static (Fix #6163) (Jorge Timón)
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index a82e3faa45..7a136075ac 100644 --- a/src/main.h +++ b/src/main.h @@ -382,7 +382,6 @@ bool TestBlockValidity(CValidationState &state, const CBlock& block, CBlockIndex /** Store block on disk. If dbp is non-NULL, the file is known to already reside on disk */ bool AcceptBlock(const CBlock& block, CValidationState& state, CBlockIndex **pindex, bool fRequested, CDiskBlockPos* dbp); -bool AcceptBlockHeader(const CBlockHeader& block, CValidationState& state, const Consensus::Params& consensusParams, CBlockIndex **ppindex= NULL); class CBlockFileInfo |