lncli: use printRespJSON for probability response

This commit is contained in:
Oliver Gugger
2020-02-11 14:11:48 +01:00
parent ecf7d82904
commit 165769ea82

View File

@@ -64,7 +64,7 @@ func queryProb(ctx *cli.Context) error {
return err
}
printJSON(response)
printRespJSON(response)
return nil
}