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:
parent
4224aab5f2
commit
5341b3ebde
@ -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
|
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)+
|
(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)
|
- **txAddresses** (used only by Bitcoin type coins)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user