restore minerNames property on pool

This commit is contained in:
BitcoinMechanic 2024-09-20 14:59:21 -07:00
parent 25482b9a06
commit b90cd4c7e3
No known key found for this signature in database
GPG Key ID: E952E584CA8C0F45

View File

@ -42,6 +42,7 @@ interface Pool {
id: number;
name: string;
slug: string;
minerNames: string[] | null;
}
export interface TxAuditStatus {