Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: 6b24abfdad22d32a40238f65e7ad6e8ceff682a9
https://github.com/conformal/btcwallet/commit/6b24abfdad22d32a40238f65e7ad6e8ceff682a9
Author: David Hill <[email protected]>
Date: 2014-04-16 (Wed, 16 Apr 2014)
Changed paths:
M account.go
M createtx.go
M rpcserver.go
M wallet/wallet.go
Log Message:
-----------
Code cleanup.
- Additional error checking
- Use the stack for small data sizes to avoid garbage collection
- Use io.ReadFull vs Read to detect underflows