feat(v0api): add list-retrievals to v0

This commit is contained in:
hannahhoward
2021-05-27 15:00:31 -07:00
parent 9e73e43272
commit 3fbe2b320d
5 changed files with 116 additions and 2 deletions
+1 -1
View File
@@ -1238,7 +1238,7 @@ var clientListRetrievalsCmd = &cli.Command{
},
},
Action: func(cctx *cli.Context) error {
api, closer, err := GetFullNodeAPIV1(cctx)
api, closer, err := GetFullNodeAPI(cctx)
if err != nil {
return err
}