mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-03 09:29:36 +00:00
Flush txs fix success message
This commit is contained in:
parent
a64d5778e9
commit
9f3d611ae6
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export class TransactionsComponent extends BasePageComponent implements AfterVie
|
||||||
}
|
}
|
||||||
|
|
||||||
public flushing: boolean = false;
|
public flushing: boolean = false;
|
||||||
public flushSuccess: boolean = true;
|
public flushSuccess: boolean = false;
|
||||||
public flushError: string = '';
|
public flushError: string = '';
|
||||||
public flushTxIdsJsonString: string = '';
|
public flushTxIdsJsonString: string = '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue