async fn check_behind_peers(
raw_blockchain_context: &RawBlockChainContext,
clearnet_interface: &mut NetworkInterface<ClearNet>,
) -> Result<bool, BoxError>
Expand description
Returns true
if we are behind the current connected network peers.