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

spl-token transfer failure due to lack of priority fee #200

Closed
Crypto2 opened this issue Mar 12, 2024 · 1 comment
Closed

spl-token transfer failure due to lack of priority fee #200

Crypto2 opened this issue Mar 12, 2024 · 1 comment

Comments

@Crypto2
Copy link

Crypto2 commented Mar 12, 2024

Problem

Due to how busy the Solana network is the included program spl-token to transfer tokens fails with the error "unable to confirm transaction. This can happen in situations such as transaction expiration and insufficient fee-payer funds" most of the time. (The fee-payer account has 25+ SOL in it so it's not that.)

As I understand it this is due to the spl-token program not adding a priority fee.

Proposed Solution

Update the spl-token program to include a priority fee.

@t-nelson
Copy link

that binary's source is in https://github.com/solana-labs/solana-program-library, not this repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants