From 707e2b2b8c62c603c73e9d87838e82f963e8afe5 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Thu, 27 Oct 2016 10:01:59 +0200 Subject: [PATCH] Remove reference to bigchaindb-common in src's README --- bigchaindb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigchaindb/README.md b/bigchaindb/README.md index 90f967e0..d8f34609 100644 --- a/bigchaindb/README.md +++ b/bigchaindb/README.md @@ -1,6 +1,6 @@ # Overview -A high-level description of the files and subdirectories of BigchainDB. Heavily used external dependencies include [`multipipes`](https://github.com/bigchaindb/multipipes) and [`bigchaindb-common`](https://github.com/bigchaindb/bigchaindb-common). +A high-level description of the files and subdirectories of BigchainDB. There are three database tables which underpin BigchainDB: `backlog`, where incoming transactions are held temporarily until they can be consumed by; `bigchain`, where blocks of transactions are written permanently; and `votes`, where votes are written permanently. It is the votes in the `votes` table which must be queried to determine block validity and order. For more in-depth explanation, see [the whitepaper](https://www.bigchaindb.com/whitepaper/).