mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-21 07:50:44 -04:00
change color of highlighted logs to cyan
This commit is contained in:
parent
e699b427e2
commit
df9daf99bf
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public abstract class TradeProtocol implements DecryptedDirectMessageListener, D
|
||||||
private static final String TIMEOUT_REACHED = "Timeout reached.";
|
private static final String TIMEOUT_REACHED = "Timeout reached.";
|
||||||
public static final int MAX_ATTEMPTS = 5; // max attempts to create txs and other wallet functions
|
public static final int MAX_ATTEMPTS = 5; // max attempts to create txs and other wallet functions
|
||||||
public static final long REPROCESS_DELAY_MS = 5000;
|
public static final long REPROCESS_DELAY_MS = 5000;
|
||||||
public static final String LOG_HIGHLIGHT = "\u001B[0m"; // terminal default
|
public static final String LOG_HIGHLIGHT = "\u001B[36m"; // cyan
|
||||||
|
|
||||||
protected final ProcessModel processModel;
|
protected final ProcessModel processModel;
|
||||||
protected final Trade trade;
|
protected final Trade trade;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue