mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Error in docstring return signature
Solution: Fixed the docstring
This commit is contained in:
parent
1e3caf8ccd
commit
30a5b9374d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user