Update to new trade process UI

This commit is contained in:
Manfred Karrer 2014-09-23 22:20:30 +02:00
parent a650aef811
commit f80758ca34
81 changed files with 2785 additions and 1418 deletions

View file

@ -63,7 +63,7 @@ public class FeePolicy {
try {
return new Address(params, registrationFeeAddress);
} catch (AddressFormatException e) {
e.printStackTrace();
e.printStackTrace();
return null;
}
}*/