Branch: refs/heads/master
  Home:   https://github.com/conformal/btcgui
  Commit: 2d86af251b5c0de8060900b5d4cf7a019d0d297e
      
https://github.com/conformal/btcgui/commit/2d86af251b5c0de8060900b5d4cf7a019d0d297e
  Author: Josh Rickmar <[email protected]>
  Date:   2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M overview.go
    M transactions.go
    M updates.go
    M window.go

  Log Message:
  -----------
  Display transaction info.

This change adds transaction details to both the overview and
transaction panes.  All transactions are requested from btcwallet and
shown at startup, and any new transactions are added to the GUI via
btcwallet notifications.

Because btcwallet does not yet cleanly abort failed tx sends, this
code assumes that all added txs are never removed.  This will be
updated in the future to modify existing tx details as btcwallet makes
changes (for example, due to a txmined notification from btcd) or for
cleanly aborting a tx send.


Reply via email to