pub trait ActivateBestChain {
// Required method
fn activate_best_chain(
&mut self,
state: &mut BlockValidationState,
pblock: Amo<Block>
) -> bool;
}
pub trait ActivateBestChain {
// Required method
fn activate_best_chain(
&mut self,
state: &mut BlockValidationState,
pblock: Amo<Block>
) -> bool;
}