mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
docstring
This commit is contained in:
parent
0dca72cad8
commit
eb10ffcba0
@ -1,3 +1,9 @@
|
||||
"""This module takes care of all the logic related to block status.
|
||||
|
||||
Specifically, what happens when a block becomes invalid. The logic is
|
||||
encapsulated in the ``Election`` class, while the sequence of actions
|
||||
is specified in ``create_pipeline``.
|
||||
"""
|
||||
import rethinkdb as r
|
||||
from multipipes import Pipeline, Node
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user