Branch: refs/heads/master
  Home:   https://github.com/conformal/btcwallet
  Commit: b3bb0481b06bcda77bfb212842d347c766f2c708
      
https://github.com/conformal/btcwallet/commit/b3bb0481b06bcda77bfb212842d347c766f2c708
  Author: Josh Rickmar <[email protected]>
  Date:   2014-02-03 (Mon, 03 Feb 2014)

  Changed paths:
    M createtx.go
    M wallet/wallet.go

  Log Message:
  -----------
  Add wallet func to return a change address.

Previous to this commit, all change addresses were indistinguishable
from manually requested addresses.  This adds a new function to return
the new address, setting a new change flag to true, and return the
change status with the AddressInfo.

This is needed as part of resolving #41 (getrawchangeaddress).


Reply via email to