Skip to content

fix: outdated commitment level in quest 1 connection #19

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vasco-santos
Copy link

Hey folks,

Really appreciate this example to ramp up with Solana. I was hitting an issue running it where the connection to the cluster was not stable, typically resulting in error: "Unable to fetch minimum balance for rent exemption"

After some research, realised that single is an old, deprecated commitment level (from Solana v1.9). Swapping it to confirmed made sense to be, given it means the transation has been included in a block for at least 66% of the network.

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.

1 participant