diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 2cab48c912..1126feb09b 100644 --- a/src/main.h +++ b/src/main.h @@ -119,6 +119,7 @@ std::string GetWarnings(std::string strFor); bool GetTransaction(const uint256 &hash, CTransaction &tx, uint256 &hashBlock, bool fAllowSlow = false); bool SetBestChain(CBlockIndex* pindexNew); bool ConnectBestBlock(); +CBlockIndex * InsertBlockIndex(uint256 hash); |