Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 52b8e1903f742665336d6b440febf99589cde620
https://github.com/btcsuite/btcwallet/commit/52b8e1903f742665336d6b440febf99589cde620
Author: Rune T. Aune <[email protected]>
Date: 2015-11-19 (Thu, 19 Nov 2015)
Changed paths:
M chain/chain.go
M log.go
Log Message:
-----------
Add the chain subsystem logger to btcrpcclient.
Logging from btcrpcclient is currently not possible to set, and defaults
to nothing. Letting it inherit chain's logger can greatly simplify
debugging of connectivity issues.
Also remove a now redundant log message upon connecting to btcd.