Branch: refs/heads/master
  Home:   https://github.com/conformal/btcwallet
  Commit: 2d9fb71afd1aa64415b06784023d9236bed40224
      
https://github.com/conformal/btcwallet/commit/2d9fb71afd1aa64415b06784023d9236bed40224
  Author: Josh Rickmar <[email protected]>
  Date:   2014-07-08 (Tue, 08 Jul 2014)

  Changed paths:
    M account.go
    M acctmgr.go
    M createtx.go
    M rpcserver.go

  Log Message:
  -----------
  Move fee increment to Account structure.

When a BIP0032 wallet is implemented and multiple address chains can
be supported by a single keystore, the Account structure will
represent a single wallet (and be renamed to reflect that change),
rather than keeping the collection of Account structs as currently
managed by the AccountManager.  In preperation for this, and to remove
a global variable, move the fee increment for created transactions to
this structure.  When setting the fee, look it up from the default
account.


Reply via email to