Skip to content

Commit

Permalink
feat(torch): comment code - rename var
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
  • Loading branch information
tty47 committed Oct 25, 2023
1 parent 55d3657 commit 6b13c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nodes/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func CheckNodesInDBOrCreateThem(peer config.Peer, red *redis.RedisClient, ctx co
}
}

// check if the multiaddress is empty after trying to generate it
// check if the multi address is empty after trying to generate it
if ma == "" {
// check if the node is still under the maximum number of retries
if peer.RetryCount < MaxRetryCount {
Expand Down

0 comments on commit 6b13c18

Please sign in to comment.