Omit possible high-sigop txs from block health score
This commit is contained in:
@@ -32,6 +32,7 @@ export interface BlockAudit {
|
||||
hash: string,
|
||||
missingTxs: string[],
|
||||
freshTxs: string[],
|
||||
sigopTxs: string[],
|
||||
addedTxs: string[],
|
||||
matchRate: number,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user