mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Set activation date, add logs
This commit is contained in:
parent
984c305b77
commit
32bfe0eb8e
@ -236,6 +236,8 @@ public class ArbitratorManager {
|
||||
user.addAcceptedMediator(getMediator(a)
|
||||
);
|
||||
});
|
||||
|
||||
log.info("Available arbitrators: {}", arbitratorsObservableMap.keySet());
|
||||
}
|
||||
|
||||
// TODO we mirror arbitrator data for mediator as long we have not impl. it in the UI
|
||||
|
@ -50,7 +50,7 @@ public class ArbitratorSelection {
|
||||
static {
|
||||
try {
|
||||
//TODO set activation data to 1 month after release
|
||||
Date activationDate = new SimpleDateFormat("dd/MM/yyyy").parse("1/10/2018");
|
||||
Date activationDate = new SimpleDateFormat("dd/MM/yyyy").parse("20/11/2018");
|
||||
isNewRuleActivated = new Date().after(activationDate);
|
||||
} catch (ParseException e) {
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user