Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: c2ed8ffc2b21dc6075637308db1e2d55b38e0929
https://github.com/btcsuite/btcwallet/commit/c2ed8ffc2b21dc6075637308db1e2d55b38e0929
Author: John C. Vernaleo <[email protected]>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M .travis.yml
M chain/chain.go
A goclean.sh
M internal/helpers/helpers.go
M internal/rpchelp/methods.go
M rpc/rpcserver/server.go
M snacl/snacl.go
M waddrmgr/db.go
M waddrmgr/manager.go
M wallet/rescan.go
M wtxmgr/query_test.go
M wtxmgr/tx_test.go
Log Message:
-----------
Add goclean.sh script from btcd.
This commit corrects various things found by the static checkers
(comments, unkeyed fields, return after some if/else).
Add generated files and legacy files to the whitelist to be ignored.
Catch .travis.yml up with btcd so goclean can be run.