[conformal/btcjson] 6aea36: Various changes to make golint happier.

2014-07-15 Thread John C. Vernaleo
  Branch: refs/heads/master
  Home:   https://github.com/conformal/btcjson
  Commit: 6aea36c5500cf97ee6fce432ea535e7e3065d0b5
  
https://github.com/conformal/btcjson/commit/6aea36c5500cf97ee6fce432ea535e7e3065d0b5
  Author: John C. Vernaleo 
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
M cmdhelp.go
M jsonapi.go
M jsonapi_test.go
M jsoncmd.go
M jsoncmd_test.go
M jsonfxns.go
M jsonresults.go

  Log Message:
  ---
  Various changes to make golint happier.




[conformal/btcjson] 033b00: Properly set reply.Result to output of unmarshalle...

2014-07-15 Thread Olaoluwa Osuntokun
  Branch: refs/heads/master
  Home:   https://github.com/conformal/btcjson
  Commit: 033b00dd1cc886c2d7f2257b7b1ae4107693ca29
  
https://github.com/conformal/btcjson/commit/033b00dd1cc886c2d7f2257b7b1ae4107693ca29
  Author: Olaoluwa Osuntokun 
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
M jsonerr.go
M jsonresults.go

  Log Message:
  ---
  Properly set reply.Result to output of unmarshalled GetTxOutResult JSON.

Fix panic caused by nil pointer dereference.

Create new error type for invalid tx vout (gettxout).