pub async fn try_bundle_block( mempool_lock: Arc<RwLock<Mempool>>, blockchain_lock: Arc<RwLock<Blockchain>>, current_timestamp: u64) -> Option<Block>