[mining] use .slug to load pool logo

This commit is contained in:
nymkappa
2023-07-28 13:45:04 +09:00
parent c26b188e95
commit b06d6e0c30
6 changed files with 7 additions and 6 deletions

View File

@@ -110,6 +110,7 @@ export interface PoolInfo {
regexes: string; // JSON array
addresses: string; // JSON array
emptyBlocks: number;
slug: string;
}
export interface PoolStat {
pool: PoolInfo;