Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 305be0c29faac75763603428b8f337f7c916a865
https://github.com/conformal/btcd/commit/305be0c29faac75763603428b8f337f7c916a865
Author: Josh Rickmar <[email protected]>
Date: 2013-12-06 (Fri, 06 Dec 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Correctly set vout for getrawtransaction.
The vout field (as part of the getrawtransaction JSON reply) should be
set to the input's previous outpoint's index, not the current input
index.
Found by flam and reported on IRC. Thanks!