Bitcoin Core
22.99.0
P2P Digital Currency
src
test
util
validation.h
Go to the documentation of this file.
1
// Copyright (c) 2020 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_TEST_UTIL_VALIDATION_H
6
#define BITCOIN_TEST_UTIL_VALIDATION_H
7
8
#include <
validation.h
>
9
10
struct
TestChainState
:
public
CChainState
{
12
void
ResetIbd
();
14
void
JumpOutOfIbd
();
15
};
16
17
#endif
// BITCOIN_TEST_UTIL_VALIDATION_H
CChainState
CChainState stores and provides an API to update our local knowledge of the current best chain.
Definition:
validation.h:544
TestChainState
Definition:
validation.h:10
TestChainState::ResetIbd
void ResetIbd()
Reset the ibd cache to its initial state.
Definition:
validation.cpp:11
TestChainState::JumpOutOfIbd
void JumpOutOfIbd()
Toggle IsInitialBlockDownload from true to false.
Definition:
validation.cpp:17
validation.h
Generated on Mon Nov 8 2021 14:20:05 for Bitcoin Core by
1.9.2