async fn check_mf_tx<P: Provider<T, Ethereum> + 'static, T: Transport + Clone>( client: P, tx_hash: TxHash, coinbase: Address, ) -> Result<()>