Display both BTC and USD in address history graph

This commit is contained in:
natsoni
2024-06-13 15:03:22 +02:00
parent 2156924d7e
commit 26968605cc
3 changed files with 118 additions and 58 deletions

View File

@@ -157,7 +157,6 @@ export interface AddressTxSummary {
height: number;
time: number;
price?: number;
fiatValue?: number;
}
export interface ChainStats {