mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #1070 from utarl/fix-wrong-link-in-readme
change the link to consensus.py to right one
This commit is contained in:
commit
7606bdb59f
@ -14,7 +14,7 @@ The `Bigchain` class is defined here. Most operations outlined in the [whitepap
|
||||
|
||||
`Block`, `Transaction`, and `Asset` classes are defined here. The classes mirror the block and transaction structure from the [documentation](https://docs.bigchaindb.com/projects/server/en/latest/topic-guides/models.html), but also include methods for validation and signing.
|
||||
|
||||
### [`consensus.py`](./config_utils.py)
|
||||
### [`consensus.py`](./consensus.py)
|
||||
|
||||
Base class for consensus methods (verification of votes, blocks, and transactions). The actual logic is mostly found in `transaction` and `block` models, defined in [`models.py`](./models.py).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user