From 5341b3ebde710ce2bd506b5c2c72835fe64caac9 Mon Sep 17 00:00:00 2001 From: Mohak Shah Date: Mon, 19 Aug 2019 15:56:08 +0530 Subject: [PATCH] Fixes duplicated entry in `docs/rocksdb.md` Under the description of the `addressBalance` column, in the list of data in the value field, `block_height` was duplicated. --- docs/rocksdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rocksdb.md b/docs/rocksdb.md index f3edab23..4e171719 100644 --- a/docs/rocksdb.md +++ b/docs/rocksdb.md @@ -70,7 +70,7 @@ Column families used only by **Ethereum type** coins: Maps *addrDesc* to *number of transactions*, *sent amount*, *total balance* and a list of *unspent transactions outputs (UTXOs)*, ordered from oldest to newest ``` (addrDesc []byte) -> (nr_txs vuint)+(sent_amount bigInt)+(balance bigInt)+ - []((txid [32]byte)+(vout vuint)+(block_height vuint)+(block_height vuint)+(amount bigInt)) + []((txid [32]byte)+(vout vuint)+(block_height vuint)+(amount bigInt)) ``` - **txAddresses** (used only by Bitcoin type coins)