restore minerNames property on pool
This commit is contained in:
parent
25482b9a06
commit
b90cd4c7e3
@ -42,6 +42,7 @@ interface Pool {
|
|||||||
id: number;
|
id: number;
|
||||||
name: string;
|
name: string;
|
||||||
slug: string;
|
slug: string;
|
||||||
|
minerNames: string[] | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TxAuditStatus {
|
export interface TxAuditStatus {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user