Browse Source

Fix underscore length

patch-2
Neil Booth 7 years ago
parent
commit
32b461a286
  1. 6
      docs/protocol-methods.rst

6
docs/protocol-methods.rst

@ -1057,7 +1057,7 @@ Identify the client to the server and negotiate the protocol version.
"ElectrumX 1.2.1"
masternode.announce.broadcast
--------------
-----------------------------
Pass through the masternode announce message to be broadcast by the daemon.
@ -1084,7 +1084,7 @@ Whenever a masternode comes online or a client is syncing, they will send this m
True
masternode.subscribe
--------------
--------------------
Returns the status of masternode.
@ -1115,7 +1115,7 @@ Returns the status of masternode.
{'method': 'masternode.subscribe', u'jsonrpc': u'2.0', u'result': u'ENABLED', 'params': ['8c59133e714797650cf69043d05e409bbf45670eed7c4e4a386e52c46f1b5e24-0'], u'id': 19}
masternode.list
--------------
---------------
Returns the list of masternodes.

Loading…
Cancel
Save