Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: eb624acfd424b0682fc7ac9e9496aa0028f9ff7d
https://github.com/conformal/btcd/commit/eb624acfd424b0682fc7ac9e9496aa0028f9ff7d
Author: Dave Collins <[email protected]>
Date: 2013-12-30 (Mon, 30 Dec 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Add support for decoderawtransaction RPC command.
Since the decoderawtransaction result makes use of the same vin and vout
lists, this commit also factors the logic for those out into separate
functions.