async fn flashbots_broadcaster_worker<P>( client: Arc<Flashbots<P>>, bundle_rx: Broadcaster<MessageTxCompose>, allow_broadcast: bool, ) -> WorkerResultwhere P: Provider<Ethereum> + Send + Sync + Clone + 'static,