exclude fullrbf txs from audit and label in visualization

This commit is contained in:
Mononaut
2023-06-19 18:14:09 -04:00
parent 408c86963b
commit f1966768a7
11 changed files with 62 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ export interface BlockAudit {
missingTxs: string[],
freshTxs: string[],
sigopTxs: string[],
fullrbfTxs: string[],
addedTxs: string[],
matchRate: number,
expectedFees?: number,