metrics: Update `zcash.pool.value.zatoshis` gauge for transparent pool

This commit is contained in:
Jack Grigg 2023-01-23 23:45:01 +00:00
parent 0ff03e9693
commit 5b74dbfddd
1 changed files with 1 additions and 1 deletions

View File

@ -3896,7 +3896,7 @@ struct PoolMetrics {
static PoolMetrics Transparent(CBlockIndex *pindex, CCoinsViewCache *view) {
PoolMetrics stats;
// TODO: Collect transparent pool value.
stats.value = pindex->nChainTransparentValue;
// TODO: Figure out a way to efficiently collect UTXO set metrics
// (view->GetStats() is too slow to call during block verification).