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.
This commit is contained in:
Mohak Shah 2019-08-19 15:56:08 +05:30 committed by Martin
parent 4224aab5f2
commit 5341b3ebde

View File

@ -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)