Branch: refs/heads/master
Home: https://github.com/conformal/btcjson
Commit: a73363368564bc3e03e9ec15dc243a895002706f
https://github.com/conformal/btcjson/commit/a73363368564bc3e03e9ec15dc243a895002706f
Author: Dave Collins <[email protected]>
Date: 2014-02-11 (Tue, 11 Feb 2014)
Changed paths:
M jsoncmd.go
M jsoncmd_test.go
Log Message:
-----------
Correct GetWorkCmd.
The getwork RPC now only accepts a single optional parameter which, if
present, is a string containing the hex-encoded block data to solve.
Also update the tests for the new correct parameters.
ok @jcvernaleo