pub async fn pop_blocks(numb_blocks: usize) -> Result<(), Error>
Pop blocks from the top of the blockchain.
Will error if the blockchain manager is not set up yet.