Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 28d08f8b1678bbee3a067a67894cfb76244030d7
https://github.com/conformal/btcd/commit/28d08f8b1678bbee3a067a67894cfb76244030d7
Author: Francis Lam <[email protected]>
Date: 2013-12-30 (Mon, 30 Dec 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Small changes to createVinList/createVoutList
Added error checking for script disassembley
Changed vout to handle errors in processing the way bitcoind does: the
type displayed is "nonstandard" when the calculated type is nonstandard
or nulltype and also when there is an error getting the address.
Still doesn't properly support multisig addresses, but now it should
return "nonstandard" since since address lookup fails for those cases.