mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
log height of local monero node (#1322)
This commit is contained in:
parent
5352225bce
commit
5f0d95c743
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ public final class XmrConnectionService {
|
|||
xmrLocalNode.addListener(new XmrLocalNodeListener() {
|
||||
@Override
|
||||
public void onNodeStarted(MoneroDaemonRpc daemon) {
|
||||
log.info("Local monero node started");
|
||||
log.info("Local monero node started, height={}", daemon.getHeight());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue