Branch: refs/heads/master
  Home:   https://github.com/conformal/btcd
  Commit: 2ea4239f5e97eb7baa8076e7d293468056d5f6b2
      
https://github.com/conformal/btcd/commit/2ea4239f5e97eb7baa8076e7d293468056d5f6b2
  Author: Dave Collins <[email protected]>
  Date:   2013-10-21 (Mon, 21 Oct 2013)

  Changed paths:
    M util/btcctl/btcctl.go

  Log Message:
  -----------
  Improve btcctl.

This commit significantly reworks btcctl to use a map based approach to
command handling.  This reduces the number of lines of code needed,
simplifies adding new commands, improves the error handling, and removes
several cases where unexpected data was not handled properly (it could
panic).

This commit also adds the ability to specify the optional parameter on
getrawtransaction.

Discussed with dhill@.



Reply via email to