better storageRpcSecret errormsg

This commit is contained in:
Andrew Jackson (Ajax) 2023-11-14 14:51:48 -06:00
parent 3864831344
commit 366a3ad60d

View File

@ -207,7 +207,7 @@ var runCmd = &cli.Command{
return xerrors.Errorf(`'%w' while parsing the config toml's
[Apis]
StorageRPCSecret=%v
Get it from the JSON documents in ~/.lotus-miner/keystore called .PrivateKey`, err, cfg.Apis.StorageRPCSecret)
Get it with: jq .PrivateKey ~/.lotus-miner/keystore/MF2XI2BNNJ3XILLQOJUXMYLUMU`, err, cfg.Apis.StorageRPCSecret)
}
al := alerting.NewAlertingSystem(j)