mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Docserver failing to parse doctring for run_upsert_validator_approve
Solution: Added a line break. Not sure this will work... Fingers crossed.
This commit is contained in:
parent
b7d5f20f8c
commit
33691cf5cb
@ -145,8 +145,8 @@ def run_upsert_validator_new(args, bigchain):
|
|||||||
|
|
||||||
|
|
||||||
def run_upsert_validator_approve(args, bigchain):
|
def run_upsert_validator_approve(args, bigchain):
|
||||||
"""Approve an election to add/update/remove a validator to an
|
"""Approve an election to add/update/remove a validator to an existing BigchainDB network
|
||||||
existing BigchainDB network
|
|
||||||
:param args: dict
|
:param args: dict
|
||||||
args = {
|
args = {
|
||||||
'election_id': the election_id of the election (str)
|
'election_id': the election_id of the election (str)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user