mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
Pass client port form args
This commit is contained in:
parent
28e1ce4239
commit
793b3d0f37
6 changed files with 34 additions and 20 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
package io.bitsquare.msg.dhttest;
|
||||
|
||||
import io.bitsquare.BitSquare;
|
||||
import io.bitsquare.bank.BankAccountType;
|
||||
import io.bitsquare.gui.main.trade.orderbook.OrderBookListItem;
|
||||
import io.bitsquare.locale.CountryUtil;
|
||||
|
@ -76,7 +77,7 @@ public class DHTTestController implements Initializable {
|
|||
|
||||
@Override
|
||||
public void initialize(URL url, ResourceBundle rb) {
|
||||
messageFacade.init(new BootstrapListener() {
|
||||
messageFacade.init(BitSquare.getClientPort(), new BootstrapListener() {
|
||||
@Override
|
||||
public void onCompleted() {
|
||||
onMessageFacadeInitialised();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue