payment process update to model changes

This commit is contained in:
Manfred Karrer 2014-04-30 23:04:10 +02:00
parent 604e9beca9
commit 256388e4e3
29 changed files with 784 additions and 650 deletions

View file

@ -86,7 +86,6 @@ public class Trading
KeyPair address = walletFacade.createNewAddress();
Contract contract = new Contract(trade, address.getPubKey());
//contract.setOfferer(trade.getOffer().getOfferer());
contract.setTaker(user);
contracts.put(trade.getUid().toString(), contract);
return contract;