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