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 committed May 8, 2024
1 parent b708e2f commit 69dbdfd
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 @@ -954,7 +954,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 69dbdfd

Please sign in to comment.