File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments