Skip to content

Commit

Permalink
Remove todos (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad authored and preston-evans98 committed Sep 14, 2023
1 parent fa8edcd commit a015615
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions module-system/module-implementations/sov-evm/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,8 @@ impl<C: sov_modules_api::Context> Evm<C> {
#[rpc_method(name = "call")]
pub fn get_call(
&self,
// TODO https://github.com/Sovereign-Labs/sovereign-sdk/issues/501
request: reth_rpc_types::CallRequest,
_block_number: Option<reth_primitives::BlockId>,
// TODO https://github.com/Sovereign-Labs/sovereign-sdk/issues/501
_state_overrides: Option<reth_rpc_types::state::StateOverride>,
_block_overrides: Option<Box<reth_rpc_types::BlockOverrides>>,
working_set: &mut WorkingSet<C::Storage>,
Expand All @@ -208,7 +206,6 @@ impl<C: sov_modules_api::Context> Evm<C> {
#[rpc_method(name = "sendTransaction")]
pub fn send_transaction(
&self,
// TODO https://github.com/Sovereign-Labs/sovereign-sdk/issues/501
_request: reth_rpc_types::TransactionRequest,
_working_set: &mut WorkingSet<C::Storage>,
) -> RpcResult<reth_primitives::U256> {
Expand Down

0 comments on commit a015615

Please sign in to comment.