mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-04 20:15:47 -04:00
change color of highlighted logs to cyan
This commit is contained in:
parent
e699b427e2
commit
df9daf99bf
@ -96,7 +96,7 @@ public abstract class TradeProtocol implements DecryptedDirectMessageListener, D
|
||||
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 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 Trade trade;
|
||||
|
Loading…
x
Reference in New Issue
Block a user