separate wallet addresses

This commit is contained in:
Manfred Karrer 2014-06-19 23:58:27 +02:00
parent 24fdb06a90
commit 205259bee9
34 changed files with 822 additions and 366 deletions
src/main/java/io/bitsquare/user

View file

@ -93,7 +93,8 @@ public class Arbitrator implements Serializable
this.webUrl = webUrl;
this.description = description;
UID = pubKeyAsHex;
//TODO for mock arbitrator
UID = name;
}