Add % difference to weight and tx count in audit details
This commit is contained in:
@@ -153,6 +153,8 @@ export interface BlockAudit extends BlockExtended {
|
||||
expectedFees: number,
|
||||
expectedWeight: number,
|
||||
feeDelta?: number,
|
||||
weightDelta?: number,
|
||||
txDelta?: number,
|
||||
template: TransactionStripped[],
|
||||
transactions: TransactionStripped[],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user