fix: ux: update lotus-wallet run
description
Update the `lotus-wallet run` to include that a `FULLNODE_API_INFO` env variable needs to be set before running
This commit is contained in:
parent
caeeb6a7d9
commit
295bf03e4d
@ -144,7 +144,7 @@ var runCmd = &cli.Command{
|
||||
Hidden: true,
|
||||
},
|
||||
},
|
||||
Description: "For setup instructions see 'lotus-wallet --help'",
|
||||
Description: "Needs FULLNODE_API_INFO env-var to be set before running",
|
||||
Action: func(cctx *cli.Context) error {
|
||||
log.Info("Starting lotus wallet")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user