tables: fix incorrect doc

This commit is contained in:
hinto.janai 2024-04-25 15:54:44 -04:00
parent 51e9a14fb8
commit 71e47eb64f
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -350,10 +350,10 @@ tables! {
/// Maps an output's amount to the number of outputs with that amount. /// Maps an output's amount to the number of outputs with that amount.
/// ///
/// For a new output the `AmountIndex` value from this /// For example, if there are 5 outputs with `amount = 123`
/// table will be its index in a list of duplicate outputs. /// then calling `get(123)` on this table will return 5.
NumOutputs, NumOutputs,
Amount => AmountIndex, Amount => u64,
/// TODO /// TODO
PrunedTxBlobs, PrunedTxBlobs,