pop_blocks

Function pop_blocks 

Source
pub async fn pop_blocks(numb_blocks: usize) -> Result<(), Error>
Expand description

Pop blocks from the top of the blockchain.

ยงErrors

Will error if the blockchain manager is not set up yet.