mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-01 08:21:28 +02:00
lncli: use printRespJSON for probability response
This commit is contained in:
@@ -64,7 +64,7 @@ func queryProb(ctx *cli.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
printJSON(response)
|
||||
printRespJSON(response)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user