mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
global: address -> addr rename
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user