Skip to content

Commit bd7bb3f

Browse files
Apply suggestions from code review
Co-authored-by: Hubert <hubert@chainsafe.io>
1 parent 3348152 commit bd7bb3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
### Added
3333

3434
- [#5461](https://github.com/ChainSafe/forest/pull/5461) Add `forest-tool shed migrate-state` command.
35-
- [#5488](https://github.com/ChainSafe/forest/pull/5488) Add paritial support for the `Filecoin.StateCompute` RPC method.
35+
- [#5488](https://github.com/ChainSafe/forest/pull/5488) Add partial support for the `Filecoin.StateCompute` RPC method.
3636

3737
### Changed
3838

src/rpc/methods/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ impl RpcMethod<3> for StateCompute {
14501450
const API_PATHS: ApiPaths = ApiPaths::V1;
14511451
const PERMISSION: Permission = Permission::Read;
14521452
const DESCRIPTION: Option<&'static str> =
1453-
Some("A flexible command that applies the given messages on the given tipset");
1453+
Some("Applies the given messages on the given tipset");
14541454

14551455
type Params = (ChainEpoch, Vec<Message>, ApiTipsetKey);
14561456
type Ok = ComputeStateOutput;

0 commit comments

Comments
 (0)