Branch: refs/heads/master Home: https://github.com/btcsuite/btcwallet Commit: 3e598f0f7b00b2be335090bf557259fabc5bde82 https://github.com/btcsuite/btcwallet/commit/3e598f0f7b00b2be335090bf557259fabc5bde82 Author: Josh Rickmar <jr...@devio.us> Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths: M wallet/wallet.go Log Message: ----------- Fix reported spendable balances from coinbase outputs. (#467) Previously, this would not increment the spendable balance for matured coinbase outputs and would only increment the immature balance if the output was still immature.