Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: ca4cf29e495e8d10a32902e43c2034a189d4aba8
https://github.com/conformal/btcd/commit/ca4cf29e495e8d10a32902e43c2034a189d4aba8
Author: Dave Collins <[email protected]>
Date: 2013-12-25 (Wed, 25 Dec 2013)
Changed paths:
M util/btcctl/btcctl.go
Log Message:
-----------
Add a new function to btcctl for JSON display.
This commit adds a new function to btcctl that shows the results as
properly indented JSON instead of relying on spew and changes all of the
commands that used spew to the new function. The output of btcctl
should be more user-facing than developer-facing.