mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 00:32:43 +02:00
Omit possible high-sigop txs from block health score
This commit is contained in:
@@ -76,7 +76,7 @@ export interface TransactionStripped {
|
||||
vsize: number;
|
||||
value: number;
|
||||
rate?: number; // effective fee rate
|
||||
status?: 'found' | 'missing' | 'fresh' | 'added' | 'censored' | 'selected';
|
||||
status?: 'found' | 'missing' | 'sigop' | 'fresh' | 'added' | 'censored' | 'selected';
|
||||
context?: 'projected' | 'actual';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user