fix confirmations, add logback, ui stuff, add country(local) to bankaccount

This commit is contained in:
Manfred Karrer 2014-04-28 17:26:26 +02:00
parent 6509441e8c
commit 8856e31d78
13 changed files with 303 additions and 117 deletions
src/main/java/io/bitsquare

View file

@ -58,7 +58,7 @@ public class BitSquare extends Application
@Override
public void stop() throws Exception
{
walletFacade.terminateWallet();
walletFacade.shutDown();
super.stop();
}