Branch: refs/heads/master
Home: https://github.com/conformal/btcjson
Commit: d3b76da91993c226e9e05c3a63d455a2997c0006
https://github.com/conformal/btcjson/commit/d3b76da91993c226e9e05c3a63d455a2997c0006
Author: Dave Collins <[email protected]>
Date: 2013-12-27 (Fri, 27 Dec 2013)
Changed paths:
M jsonapi.go
Log Message:
-----------
Make ScriptSig anonymous struct an exported type.
The previous commit modified the Vin ScriptSig field to be a pointer to an
anonymous struct so it could be properly omitted. However, the callers
need to be able to create a new object to assign to the field, so this
commit makes the previous anonymous struct an exported type named
ScriptSig.