Skip to content

Commit

Permalink
log height of local monero node
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 12, 2024
1 parent 5352225 commit 6273488
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 6273488

Please sign in to comment.