This commit is contained in:
laser 2020-06-18 10:32:32 -07:00
parent 02234d00b7
commit 997a46a90f

View File

@ -140,6 +140,8 @@ var getAskCmd = &cli.Command{
Action: func(cctx *cli.Context) error {
ctx := lcli.DaemonContext(cctx)
fmt.Println("wombat")
fnapi, closer, err := lcli.GetFullNodeAPI(cctx)
if err != nil {
return err