From a53048f2ef72fc0cef137ef3c589dc6077aafd86 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 18 Sep 2021 20:19:58 +0300 Subject: [PATCH] Fixup schema.md table formatting --- doc/schema.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/schema.md b/doc/schema.md index 64b6a07..ab8af29 100644 --- a/doc/schema.md +++ b/doc/schema.md @@ -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` |