There will be a change in the btcwire API deployed shortly.
The PreviousOutpoint field in the TxIn struct is being changed to
PreviousOutPoint. This is being done for consistency as the name of the
structure which it references is OutPoint. This resulted in
inconsistent code which looked like 'txIn.PreviousOutpoint = OutPoint{'.This shouldn't affect most developers other than needing to update btcwire and all deps (go get -u -v github.com/conformal/btcd/...) once the changes are deployed. However, if your code makes use of the TxIn struct directly, you'll need to make the necessary adjustments. Dave On 7/22/2014 5:47 PM, Dave Collins wrote: > We've just released a new developer API for working with hierarchical > deterministic extended keys which form the bases of hierarchical > deterministic wallets (BIP0032). > > Package: > https://github.com/conformal/btcutil/tree/master/hdkeychain > > API Reference Documentation: > http://godoc.org/github.com/conformal/btcutil/hdkeychain > > You are receiving this because you subscribed to the btcd mailing list. > Send an e-mail to [email protected] to unsubscribe. >
signature.asc
Description: OpenPGP digital signature
