Skip to content
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 wrong account config alert #184

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

nesitor
Copy link
Member

@nesitor nesitor commented Nov 6, 2024

Wrong account config alert where shown loading the default account:
wrong alert

This PR fixes that wrong warning message.

@nesitor nesitor self-assigned this Nov 6, 2024
@github-actions github-actions bot added the BLACK This PR has critical implications and must be reviewed by a senior engineer. label Nov 6, 2024
Copy link

github-actions bot commented Nov 6, 2024

Summary:
The PR involves a significant change in the logic for loading accounts, particularly in how the chain and account type are determined. The new logic includes defaulting to a chain if no configuration is found and ensures consistency in the use of chain information across different parts of the code. This change could potentially affect the behavior of the application, especially if the chain information is crucial for operations.

Highlighting:

  • Changes in the logic for determining the chain and account type, including defaulting behavior.
  • Potential impact on the application's behavior if the chain information is used in critical operations.

This categorization is based on the potential for introducing bugs or requiring deep understanding of the project architecture, which aligns with the 'BLACK' complexity level.

Copy link
Member

@philogicae philogicae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@philogicae philogicae merged commit a1c7313 into main Nov 15, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLACK This PR has critical implications and must be reviewed by a senior engineer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants