mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Fixup schema.md table formatting
This commit is contained in:
parent
2237e45a55
commit
a53048f2ef
@ -41,13 +41,13 @@ For faster loading, we store all block headers in RocksDB:
|
||||
|
||||
In addition, we also store the chain tip:
|
||||
|
||||
| Key || Value |
|
||||
| --- || ------------------------ |
|
||||
| `T` || `blockhash as BlockHash` |
|
||||
| Key | | Value |
|
||||
| --- | - | ------------------------ |
|
||||
| `T` | | `blockhash as BlockHash` |
|
||||
|
||||
## Configuration (`config`)
|
||||
|
||||
| Key || Value |
|
||||
| --- || --------------------------- |
|
||||
| `C` || `serialized config as JSON` |
|
||||
| Key | | Value |
|
||||
| --- | - | --------------------------- |
|
||||
| `C` | | `serialized config as JSON` |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user