Prepare access to untrim headers

This commit is contained in:
Pablo Greco 2023-06-29 12:10:09 -07:00 committed by James Dorfman
parent a4d7ac7bbe
commit 31835f2a86
4 changed files with 13 additions and 0 deletions

View file

@ -5,6 +5,11 @@
#include <chain.h>
#include <util/time.h>
#include <validation.h>
#include <node/context.h>
node::NodeContext *CBlockIndex::m_pcontext;
std::string CBlockFileInfo::ToString() const
{