Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: 915fa6639b092c3d92e351cde47769b5c85fbc1c https://github.com/btcsuite/btcd/commit/915fa6639b092c3d92e351cde47769b5c85fbc1c Author: Dave Collins <da...@conformal.com> Date: 2016-11-03 (Thu, 03 Nov 2016)
Changed paths: M addrmgr/addrmanager_test.go M blockchain/chain.go M blockchain/chain_test.go M blockchain/indexers/manager.go M blockchain/reorganization_test.go M blockchain/scriptval.go M btcjson/help.go M database/cmd/dbtool/fetchblock.go M database/cmd/dbtool/fetchblockregion.go M database/cmd/dbtool/insecureimport.go M database/cmd/dbtool/loadheaders.go M database/ffldb/bench_test.go M database/ffldb/dbcache.go M database/ffldb/interface_test.go M database/internal/treap/immutable_test.go M database/internal/treap/mutable_test.go M mempool/mempool.go M peer/log.go M peer/peer.go M rpcserver.go M rpctest/rpc_harness.go M server.go M service_windows.go M txscript/engine.go M txscript/opcode.go M txscript/stack_test.go M upgrade.go M upnp.go M wire/blockheader.go M wire/common.go M wire/invvect.go M wire/message.go M wire/msgalert.go M wire/msgfeefilter.go M wire/msgfilteradd.go M wire/msgfilterload.go M wire/msggetblocks.go M wire/msggetheaders.go M wire/msgmerkleblock.go M wire/msgpong.go M wire/msgtx.go M wire/msgversion_test.go M wire/netaddress.go Log Message: ----------- multi: Simplify code per gosimple linter. This simplifies the code based on the recommendations of the gosimple lint tool.