-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] Patch minor #22
Conversation
@@ -78,12 +83,6 @@ func (c *client) Connect(timeout uint) error { | |||
continue // Try the next endpoint if there's an error | |||
} | |||
|
|||
// Start the client to establish a connection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even we use unavailable endpoints,c.Log.Info("Connected to Band chain", zap.String("endpoint", rpcEndpoint))
will be logged. Is it weird ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not logging that na, or i miss sth?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
per discussed, not check active rpc on starting up the program.
Fixed:
Implementation details
Please ensure the following requirements are met before submitting a pull request:
CHANGELOG_UNRELEASED.md
Files changed
tab in the Github PR explorer)