Fix a State RFC rendering issue

This commit is contained in:
teor 2020-10-27 20:07:43 +10:00 committed by GitHub
parent 0d47b80e68
commit 7ea92283a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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