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.
async fn check_behind_peers(
blockchain_context: &BlockchainContext,
clearnet_interface: &mut NetworkInterface<ClearNet>,
) -> Result<bool, BoxError>
Returns true
if we are behind the current connected network peers.