Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 462bc5a031074b70d12b1edd8b32f86c5e40589d
https://github.com/conformal/btcd/commit/462bc5a031074b70d12b1edd8b32f86c5e40589d
Author: Dave Collins <[email protected]>
Date: 2014-01-08 (Wed, 08 Jan 2014)
Changed paths:
M rpcserver.go
M rpcwebsocket.go
Log Message:
-----------
Update for recent btcscript API changes.
This commit changes all code which deals with extracting addresses from
scripts to use the btcscript API ExtractPkScriptAddrs which in turn makes
use of the new btcutil.Address interface.
This provides much cleaner code for dealing with arbitrary script
destinations which is extensible without having to churn the APIs if new
destination types are added.