mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: store_election_results parameter is still named validator_update
Solution: Renamed to `election`
This commit is contained in:
parent
e302a4b8f3
commit
9a3c084107
@ -352,7 +352,7 @@ def store_validator_set(conn, validator_update):
|
||||
|
||||
|
||||
@singledispatch
|
||||
def store_election_results(conn, validator_update):
|
||||
def store_election_results(conn, election):
|
||||
"""Store election results"""
|
||||
|
||||
raise NotImplementedError
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user