mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 03:36:24 -04:00
UI tweaks
This commit is contained in:
parent
7e6098bdaf
commit
36c2e4f1f7
10 changed files with 92 additions and 117 deletions
|
@ -37,7 +37,7 @@ public class FiatAccount implements Serializable {
|
|||
public static final long WEEK_IN_BLOCKS = DAY_IN_BLOCKS * 7;
|
||||
|
||||
public enum Type {
|
||||
IRC("", "", 1),
|
||||
IRC("", "", 0),
|
||||
SEPA("IBAN", "BIC", WEEK_IN_BLOCKS),
|
||||
WIRE("primary ID", "secondary ID", WEEK_IN_BLOCKS),
|
||||
INTERNATIONAL("primary ID", "secondary ID", 2 * WEEK_IN_BLOCKS),
|
||||
|
|
|
@ -232,7 +232,6 @@ public class TradeManager {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public void shutDown() {
|
||||
if (!shutDownRequested) {
|
||||
log.debug("shutDown");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue