pub fn flush_alt_blocks(db: &BlockchainDatabase) -> DbResult<()>Expand description
Flush all alt-block data from all the alt-block tables.
This function completely empties the alt block tables.
THIS IS NOT ATOMIC
pub fn flush_alt_blocks(db: &BlockchainDatabase) -> DbResult<()>Flush all alt-block data from all the alt-block tables.
This function completely empties the alt block tables.
THIS IS NOT ATOMIC