diff --git a/bigchaindb/elections/election.py b/bigchaindb/elections/election.py index 0730283d..dd30640e 100644 --- a/bigchaindb/elections/election.py +++ b/bigchaindb/elections/election.py @@ -38,12 +38,11 @@ class Election(Transaction): @classmethod def get_validator_change(cls, bigchain): - """Return the latest change to the validator set + """Return the validator set from the most recent approved block :return: { 'height': , - 'validators': , - 'election_id': + 'validators': } """ height = bigchain.get_latest_block()['height']