frontend resync recent blocks when necessary

This commit is contained in:
Mononaut
2023-06-12 16:32:04 -04:00
parent ca6ddd609d
commit eaad63a082
3 changed files with 11 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ export interface WebsocketResponse {
'track-rbf'?: string;
'watch-mempool'?: boolean;
'track-bisq-market'?: string;
'refresh-blocks'?: boolean;
}
export interface ReplacedTransaction extends Transaction {