Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: ca0e38e58b3367bffb2d600cccf96ca5579ee148
https://github.com/conformal/btcd/commit/ca0e38e58b3367bffb2d600cccf96ca5579ee148
Author: Dave Collins <[email protected]>
Date: 2013-12-27 (Fri, 27 Dec 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Update for recent btcjson getrawtransaction change.
The ScriptSig field of the Vin type for TxRawResult is now a pointer in
btcjson so it can be properly omitted. This commit updates the code to
create the new ScriptSig object as needed.