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

cient/eth: Update wallet config after reconfigure #2055

Merged
merged 1 commit into from Jan 19, 2023

Conversation

martonp
Copy link
Contributor

@martonp martonp commented Jan 17, 2023

When reconfiguring, the wallet settings on the baseWallet type were not being updated. When updating the RPC providers list on an unconnected wallet, the new providers were not being stored, so on Connect, it would attempt to connect to the old providers list.

Closes #2046

When reconfiguring, the wallet settings on the baseWallet type
were not being updated. When updating the RPC providers list
on an unconnected wallet, the new providers were not being stored,
so on Connect, it would attempt to connect to the old providers list.
@chappjc chappjc merged commit 0709d50 into decred:master Jan 19, 2023
@chappjc chappjc added this to the 0.6 milestone Feb 6, 2023
@chappjc chappjc added the ETH label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eth rpc: cannot change provider while not connected
3 participants