Hide address received/sent from address page when using electrum API.

fixes #294
This commit is contained in:
softsimon
2021-02-01 04:52:24 +07:00
parent 8623864470
commit 65454bf169
4 changed files with 14 additions and 9 deletions

View File

@@ -98,6 +98,7 @@ export interface Block {
}
export interface Address {
electrum?: boolean;
address: string;
chain_stats: ChainStats;
mempool_stats: MempoolStats;