Fix a State RFC rendering issue
This commit is contained in:
parent
0d47b80e68
commit
7ea92283a7
|
|
@ -600,7 +600,7 @@ We use the following Sled trees:
|
|||
| `hash_by_height` | `BE32(height)` | `block::Hash` |
|
||||
| `height_by_hash` | `block::Hash` | `BE32(height)` |
|
||||
| `block_by_height` | `BE32(height)` | `Block` |
|
||||
| `tx_by_hash` | `transaction::Hash` | `BE32(height) || BE32(tx_index)` |
|
||||
| `tx_by_hash` | `transaction::Hash` | `(BE32(height), BE32(tx_index))` |
|
||||
| `utxo_by_outpoint` | `OutPoint` | `TransparentOutput` |
|
||||
| `sprout_nullifiers` | `sprout::Nullifier` | `()` |
|
||||
| `sapling_nullifiers` | `sapling::Nullifier` | `()` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue