Skip to content

Commit

Permalink
ignore unused condition variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Carey authored and Omar Carey committed Jan 10, 2025
1 parent 0c967ab commit 5bded0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-eth-api/src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ where
async fn send_raw_transaction_conditional(
&self,
bytes: Bytes,
condition: ConditionalOptions,
_condition: ConditionalOptions,
) -> RpcResult<B256> {
trace!(target: "rpc::eth", ?bytes, "Serving eth_sendRawTransactionConditional");
Ok(EthTransactions::send_raw_transaction(self, bytes).await?)
Expand Down

0 comments on commit 5bded0d

Please sign in to comment.