async fn calc_coinbase_diff<P: Provider<Ethereum> + 'static>( client: P, tx_hash: TxHash, coinbase: Address, ) -> Result<U256>