From 9101e9a81568a4823951dad7b563a724d56a498b Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 25 Jan 2022 05:48:04 +1000 Subject: [PATCH] Revert "Updated utxo_by_outpoint column value type in documentation (#3376)" (#3385) This reverts commit a007a494890da906266a68e1c14c4c39bbf27b72. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- book/src/dev/rfcs/0005-state-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/dev/rfcs/0005-state-updates.md b/book/src/dev/rfcs/0005-state-updates.md index c67a5135..5866eb13 100644 --- a/book/src/dev/rfcs/0005-state-updates.md +++ b/book/src/dev/rfcs/0005-state-updates.md @@ -608,7 +608,7 @@ We use the following rocksdb column families: | `tx_by_location` | `TransactionLocation` | `Transaction` | Never | | `hash_by_tx` | `TransactionLocation` | `transaction::Hash` | Never | | `tx_by_hash` | `transaction::Hash` | `TransactionLocation` | Never | -| `utxo_by_outpoint` | `OutLocation` | `transparent::Utxo` | Delete | +| `utxo_by_outpoint` | `OutLocation` | `transparent::Output` | Delete | | `balance_by_transparent_addr` | `transparent::Address` | `Amount \|\| FirstOutLocation` | Update | | `utxo_by_transparent_addr_loc` | `FirstOutLocation` | `AtLeastOne` | Up/Del | | `tx_by_transparent_addr_loc` | `FirstOutLocation` | `AtLeastOne` | Append |