Add pool name to acceleration list

This commit is contained in:
natsoni
2024-07-23 18:51:30 +02:00
parent 82c271267a
commit aee2454a98
4 changed files with 39 additions and 2 deletions

View File

@@ -408,6 +408,7 @@ export interface Acceleration {
bidBoost?: number;
boostCost?: number;
boostRate?: number;
minedByPoolUniqueId?: number;
}
export interface AccelerationHistoryParams {