mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-21 05:14:31 -04:00
formatting, rename packages
This commit is contained in:
parent
256388e4e3
commit
7d0676a995
25 changed files with 1354 additions and 1306 deletions
|
@ -85,8 +85,7 @@ public class Trading
|
|||
log.info("create new contract");
|
||||
KeyPair address = walletFacade.createNewAddress();
|
||||
|
||||
Contract contract = new Contract(trade, address.getPubKey());
|
||||
contract.setTaker(user);
|
||||
Contract contract = new Contract(user, trade, address.getPubKey());
|
||||
contracts.put(trade.getUid().toString(), contract);
|
||||
return contract;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue