Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: b1621332cc6d5860f58a7526088569e92af05ae0 https://github.com/btcsuite/btcd/commit/b1621332cc6d5860f58a7526088569e92af05ae0 Author: David Hill <dh...@mindcry.org> Date: 2016-10-18 (Tue, 18 Oct 2016)
Changed paths: M blockchain/chain.go M mempool/mempool.go M peer/mruinvmap.go M peer/mrunoncemap.go M peer/peer.go M rpcwebsocket.go M server.go Log Message: ----------- Optimize by removing defers defer's are nice for readability but they do add overhead. This gets rid of defer's where it is just as easy as not to use one.