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

Create rpc client after updating index #1731

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

andrewtoth
Copy link
Contributor

For send and inscribe wallet commands, they create an rpc client to use and then do an index update. The update can take a long time and the rpc socket can timeout, failing after the update. This just moves the rpc client creation to after the update.

@andrewtoth andrewtoth mentioned this pull request Feb 16, 2023
@raphjaph raphjaph enabled auto-merge (squash) February 21, 2023 22:12
@raphjaph raphjaph merged commit fcf3633 into ordinals:master Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants