global: address -> addr rename

This commit is contained in:
nym21
2026-03-17 11:01:21 +01:00
parent 5609e6c010
commit f62943199c
141 changed files with 3788 additions and 3754 deletions

View File

@@ -18,7 +18,6 @@ export function createCointimeSection() {
adjusted,
reserveRisk,
value,
coinblocksDestroyed,
} = cointime;
const { all } = cohorts.utxo;
@@ -99,7 +98,7 @@ export function createCointimeSection() {
const coinblocks = /** @type {const} */ ([
{
pattern: coinblocksDestroyed,
pattern: activity.coinblocksDestroyed,
name: "Destroyed",
title: "Coinblocks Destroyed",
color: colors.destroyed,