mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 00:32:43 +02:00
Adding previous difficulty retarget to the difficulty adjustment api. (#652)
refs #640
This commit is contained in:
@@ -10,6 +10,7 @@ export interface WebsocketResponse {
|
||||
mempoolInfo?: MempoolInfo;
|
||||
vBytesPerSecond?: number;
|
||||
lastDifficultyAdjustment?: number;
|
||||
previousRetarget?: number;
|
||||
action?: string;
|
||||
data?: string[];
|
||||
tx?: Transaction;
|
||||
|
Reference in New Issue
Block a user