mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
Use async handlers at Bootstrap
This commit is contained in:
parent
f75c5340d2
commit
aeb7730147
8 changed files with 216 additions and 315 deletions
|
@ -77,7 +77,7 @@ public class DHTTestController implements Initializable {
|
|||
|
||||
@Override
|
||||
public void initialize(URL url, ResourceBundle rb) {
|
||||
messageFacade.init(BitSquare.getPort(), new BootstrapListener() {
|
||||
messageFacade.init(BitSquare.getClientPort(), new BootstrapListener() {
|
||||
@Override
|
||||
public void onCompleted() {
|
||||
onMessageFacadeInitialised();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue