Branch: refs/heads/master
Home: https://github.com/conformal/btcjson
Commit: 5135fd32034c9cdcd32ce49248316b5778046976
https://github.com/conformal/btcjson/commit/5135fd32034c9cdcd32ce49248316b5778046976
Author: Dave Collins <[email protected]>
Date: 2014-02-11 (Tue, 11 Feb 2014)
Changed paths:
M jsonapi.go
Log Message:
-----------
Allow getwork result to be a bool or JSON object.
The getwork command alters the output depending on whether or not the
optional data parameter was specified. It is a JSON object when no data
was provided, and a boolean indicating whether a solution was found
when data was provided.