mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-10 13:40:04 -05:00
Add comment about network node start
This commit is contained in:
parent
4b5a393911
commit
e8d289f577
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ public abstract class NetworkNode implements MessageListener {
|
|||
// API
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Calls this (and other registered) setup listener's ``onTorNodeReady()`` and ``onHiddenServicePublished``
|
||||
// when the events happen.
|
||||
abstract public void start(@Nullable SetupListener setupListener);
|
||||
|
||||
public SettableFuture<Connection> sendMessage(@NotNull NodeAddress peersNodeAddress, Message message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue