Skip to content

Commit

Permalink
log height of local monero node (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser authored Oct 13, 2024
1 parent 5352225 commit 5f0d95c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ private void initializeConnections() {
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
Expand Down

0 comments on commit 5f0d95c

Please sign in to comment.