Branch: refs/heads/master
Home: https://github.com/conformal/btcjson
Commit: 8d7354f45b87bc0538cc2ff1652b180361f6d230
https://github.com/conformal/btcjson/commit/8d7354f45b87bc0538cc2ff1652b180361f6d230
Author: Dave Collins <[email protected]>
Date: 2014-01-03 (Fri, 03 Jan 2014)
Changed paths:
M jsoncmd.go
M jsoncmd_test.go
Log Message:
-----------
Gofmt.
Commit: 84cb4c7130dde83eb05eea93be9c9f61ea71fd65
https://github.com/conformal/btcjson/commit/84cb4c7130dde83eb05eea93be9c9f61ea71fd65
Author: Dave Collins <[email protected]>
Date: 2014-01-03 (Fri, 03 Jan 2014)
Changed paths:
M jsoncmd.go
Log Message:
-----------
Export new function ConvertCreateRawTxParams.
The inputs to the createrawtransaction command are JSON strings, however
the NewCreateRawTransactionCmd function takes concrete types. Thus,
callers which deal with the raw JSON need a method to perform the
validation and conversion. This logic is the same as what needs to happen
when unmashalling a full JSON-RPC command, so this commit factors that
logic out into a separate function and exports it.
Compare:
https://github.com/conformal/btcjson/compare/5d91e16e7c71...84cb4c7130dd