Branch: refs/heads/master
  Home:   https://github.com/conformal/btcwallet
  Commit: aad61db6d09e986f1368d7b58c6f7b70f116f399
      
https://github.com/conformal/btcwallet/commit/aad61db6d09e986f1368d7b58c6f7b70f116f399
  Author: Josh Rickmar <[email protected]>
  Date:   2013-10-28 (Mon, 28 Oct 2013)

  Changed paths:
    M cmd.go
    M sockets.go

  Log Message:
  -----------
  Fix some remaining issues with reported balances.

CalculateBalance now works correctly: if confirmations is 0, all UTXOs
will be used for the balance.  Otherwise, unconfirmed UTXOs will be
exclused.  1 confirmation will allow the UTXO height and current block
height to be equal.  Even though the difference is zero, the
transaction including the UTXO has been mined into one block.

This change also remove extraneous account balance notifications for
connected and disconnected blocks.



Reply via email to