Address page ux updates

This commit is contained in:
softsimon
2024-06-22 17:30:58 +09:00
parent ec7c691044
commit b227767fee
3 changed files with 20 additions and 9 deletions

View File

@@ -80,8 +80,8 @@ class AddressStats implements ChainStats {
return this.funded_txo_sum - this.spent_txo_sum;
}
get volume(): number {
return this.funded_txo_sum + this.spent_txo_sum;
get totalReceived(): number {
return this.funded_txo_sum;
}
get utxos(): number {