mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 11:32:54 +02:00
differentiate censored/missing txs in block audit
This commit is contained in:
@@ -70,7 +70,7 @@ export interface TransactionStripped {
|
||||
fee: number;
|
||||
vsize: number;
|
||||
value: number;
|
||||
status?: 'found' | 'missing' | 'added';
|
||||
status?: 'found' | 'missing' | 'added' | 'censored' | 'selected';
|
||||
}
|
||||
|
||||
export interface IBackendInfo {
|
||||
|
Reference in New Issue
Block a user