Don't send back difficulty adjustment info

This commit is contained in:
Mononaut
2023-03-26 09:05:41 +09:00
parent bc56d6149f
commit 936538372a
2 changed files with 8 additions and 3 deletions

View File

@@ -309,9 +309,11 @@ export interface IDifficultyAdjustment {
remainingBlocks: number;
remainingTime: number;
previousRetarget: number;
previousTime: number;
nextRetargetHeight: number;
timeAvg: number;
timeOffset: number;
expectedBlocks: number;
}
export interface IndexedDifficultyAdjustment {