Correct order of parameters in mining.subscribe response

This commit is contained in:
str4d 2016-09-26 00:03:32 +13:00 committed by Daira Hopwood
parent 1f001c06ee
commit 0b2941372e
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ Request::
Response::
{"id": 1, "result": ["NONCE_1", "SESSION_ID"], "error": null}\n
{"id": 1, "result": ["SESSION_ID", "NONCE_1"], "error": null}\n
``SESSION_ID`` (str)
The session id, for use when resuming (see `Session Resuming`_).