//! Reads the chain tip's block header.
use DatabaseError;
use ReadTx;
use BlockHeader;
const SQL: &str = include_str!;
/// Loads the chain tip (block header with the highest block number) from the database.
///
/// Returns `None` if no block headers have been persisted (i.e. bootstrap has not been run).