Skip to content

Commit

Permalink
fix: rename Filecoin.StateFetchRoot to Forest.StateFetchRoot again (
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored May 10, 2024
1 parent e5066ba commit 4282998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/methods/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ impl RpcMethod<2> for StateSearchMsgLimited {
pub enum StateFetchRoot {}

impl RpcMethod<2> for StateFetchRoot {
const NAME: &'static str = "Filecoin.StateFetchRoot";
const NAME: &'static str = "Forest.StateFetchRoot";
const PARAM_NAMES: [&'static str; 2] = ["root_cid", "save_to_file"];
const API_VERSION: ApiVersion = ApiVersion::V0;
const PERMISSION: Permission = Permission::Read;
Expand Down

0 comments on commit 4282998

Please sign in to comment.