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
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

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