[mining] send pool unique id in /pools API

This commit is contained in:
nymkappa
2023-07-31 11:06:52 +09:00
parent f8faccd502
commit d236d89717
4 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ export interface PoolInfo {
slug: string;
avgMatchRate: number | null;
avgFeeDelta: number | null;
poolUniqueId: number;
}
export interface PoolStats extends PoolInfo {