UI tweaks

This commit is contained in:
Manfred Karrer 2015-04-07 14:59:06 +02:00
parent 7e6098bdaf
commit 36c2e4f1f7
10 changed files with 92 additions and 117 deletions

View file

@ -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),

View file

@ -232,7 +232,6 @@ public class TradeManager {
}
}
public void shutDown() {
if (!shutDownRequested) {
log.debug("shutDown");