Skip to content

Commit

Permalink
Fix index
Browse files Browse the repository at this point in the history
Signed-off-by: HenrikJannsen <[email protected]>
  • Loading branch information
HenrikJannsen committed Jun 10, 2024
1 parent 58803c2 commit fa5f03f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private String getNodeInfo(PeerConncetionInfo info) {
if (attempt.getVersionMessage().isEmpty()) {
return "";
}
int index = info.getIndex(attempt);
int index = info.getIndex(attempt) + 1;

StringBuilder sb = new StringBuilder();
VersionMessage versionMessage = attempt.getVersionMessage().get();
Expand Down

0 comments on commit fa5f03f

Please sign in to comment.