mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 02:27:21 +01:00
c21cbc5021
It was noticed by 21E14 on Github that when we fall back to using golang’s encoding/json lib in special cases when printing the proto responses in JSON form, the value printed lacked a new-line at the end. This would cause the output to flow into bash prompts. This issue has been fixed by simply appending a newline character to the end of the formatted JSON output. Fixes #160. |
||
---|---|---|
.. | ||
commands.go | ||
main.go |