Function check_behind_peers

Source
async fn check_behind_peers(
    blockchain_context: &BlockchainContext,
    clearnet_interface: &mut NetworkInterface<ClearNet>,
) -> Result<bool, BoxError>
Expand description

Returns true if we are behind the current connected network peers.