mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-21 05:14:31 -04:00
payment process update to model changes
This commit is contained in:
parent
604e9beca9
commit
256388e4e3
29 changed files with 784 additions and 650 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue