From ef4bc69f5b4c0d148a0fc0161f10f8435eba9c13 Mon Sep 17 00:00:00 2001 From: utarl Date: Fri, 20 Jan 2017 16:27:57 +0800 Subject: [PATCH] change the link to consensus.py to right one --- bigchaindb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigchaindb/README.md b/bigchaindb/README.md index 6b8b54f0..3bad7331 100644 --- a/bigchaindb/README.md +++ b/bigchaindb/README.md @@ -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).