Branch: refs/heads/master Home: https://github.com/btcsuite/btcwallet Commit: f7ed140a9b2ad5ecb9f42b889e8e959ae6db41f8 https://github.com/btcsuite/btcwallet/commit/f7ed140a9b2ad5ecb9f42b889e8e959ae6db41f8 Author: Josh Rickmar <[email protected]> Date: 2015-06-19 (Fri, 19 Jun 2015)
Changed paths:
M wtxmgr/query.go
Log Message:
-----------
Reorder wtxmgr.CreditRecord fields.
This reverses the order of index and amount fields to match
DebitRecord and also saves 8 bytes per instance on amd64.
