indent output
This commit is contained in:
parent
668b24fb23
commit
f0ba0ebb64
@ -676,7 +676,7 @@ It will not send any messages to the chain.`,
|
|||||||
postParams = append(postParams, postParam)
|
postParams = append(postParams, postParam)
|
||||||
}
|
}
|
||||||
|
|
||||||
jr, err := json.Marshal(postParams)
|
jr, err := json.MarshalIndent(postParams, "", " ")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user