global: add sent volume

This commit is contained in:
nym21
2025-09-12 12:00:03 +02:00
parent 504d6eaa9f
commit a5951c58f3
4 changed files with 49 additions and 4 deletions

View File

@@ -745,6 +745,7 @@ function createUtils() {
(id.includes("in_sats") ||
(id.endsWith("supply") &&
!(id.endsWith("circulating_supply") || id.endsWith("_own_supply"))) ||
id === "sent" ||
id.endsWith("supply_half") ||
id.endsWith("supply_breakeven") ||
id.endsWith("supply_in_profit") ||