[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

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