Skip to content

Commit

Permalink
Use Eth instead of Frontier in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea authored Sep 4, 2024
1 parent fb7923e commit 93de9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc/finality/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub trait MoonbeamFinalityApi {
async fn is_tx_finalized(&self, tx_hash: H256) -> RpcResult<bool>;

/// Gets the range of blocks that are fully indexed in frontier's backend.
#[method(name = "moon_getFrontierSyncBlockRange")]
#[method(name = "moon_getEthSyncBlockRange")]
async fn get_frontier_sync_block_range(&self) -> RpcResult<(H256, H256)>;
}

Expand Down

0 comments on commit 93de9e5

Please sign in to comment.