Show alert banner on stale blocks

This commit is contained in:
Mononaut
2023-07-08 00:34:57 -04:00
parent 385cb087d3
commit 6942a6fd6a
4 changed files with 31 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ export interface Block {
weight: number;
previousblockhash: string;
stale?: boolean;
canonical?: string;
}
export interface Address {