Branch: refs/heads/master
Home: https://github.com/conformal/btcjson
Commit: b585d4e3a0233f5933d5fb7bad7960480890fdb7
https://github.com/conformal/btcjson/commit/b585d4e3a0233f5933d5fb7bad7960480890fdb7
Author: Dave Collins <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M jsonapi.go
M jsonapi_test.go
M jsoncmd.go
M jsonresults.go
Log Message:
-----------
Make params which reference txout indices uint32.
This reasons for this change follow:
- All instances of the same key should be consistent amongst the commands
and returns
- Output indices can't be negative, so rather than adding more code to
check for a negative after unmarshal, just allow the unmarshal to weed
out negatives
ok @jcvernaleo