Flush txs fix success message

This commit is contained in:
everoddandeven 2024-10-19 15:59:51 +02:00
parent a64d5778e9
commit 9f3d611ae6

View file

@ -166,7 +166,7 @@ export class TransactionsComponent extends BasePageComponent implements AfterVie
}
public flushing: boolean = false;
public flushSuccess: boolean = true;
public flushSuccess: boolean = false;
public flushError: string = '';
public flushTxIdsJsonString: string = '';