mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 03:23:06 +02:00
Save current progress on the block audit page
This commit is contained in:
@@ -70,6 +70,7 @@ export interface TransactionStripped {
|
||||
fee: number;
|
||||
vsize: number;
|
||||
value: number;
|
||||
status?: 'found' | 'missing' | 'added';
|
||||
}
|
||||
|
||||
export interface IBackendInfo {
|
||||
|
Reference in New Issue
Block a user