Problem: Error in docstring return signature

Solution: Fixed the docstring
This commit is contained in:
z-bowen 2018-09-04 17:21:48 +02:00
parent 1e3caf8ccd
commit 30a5b9374d

View File

@ -39,11 +39,8 @@ class Election(Transaction):
:return: {
'height': <block_height>,
'asset': {
'height': <block_height>,
'validators': <validator_set>,
'election_id': <election_id_that_approved_the_change>
}
'validators': <validator_set>,
'election_id': <election_id_that_approved_the_change>
}
"""
return bigchain.get_validator_change(height)