save 'fresh' transactions in block audit repository
This commit is contained in:
@@ -28,6 +28,7 @@ export interface BlockAudit {
|
||||
height: number,
|
||||
hash: string,
|
||||
missingTxs: string[],
|
||||
freshTxs: string[],
|
||||
addedTxs: string[],
|
||||
matchRate: number,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user