rebase fixes
...
This commit is contained in:
committed by
Ethan Buchman
parent
c7589cc67c
commit
a28f53721d
@@ -40,7 +40,7 @@ func printNodeStatus(cmd *cobra.Command, args []string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
output, err := wire.MarshalJSON(res)
|
||||
output, err := wire.MarshalJSON(status)
|
||||
// output, err := json.MarshalIndent(res, " ", "")
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user