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

Cannot claim due to unconfirmed transaction. If this is stuck, delete the unconfirmed transaction. #17330

Open
hajes opened this issue Jan 13, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@hajes
Copy link

hajes commented Jan 13, 2024

What happened?

chia plotnft claim -i 14

error output

Error performing operation on Plot NFT -f ..... wallet id: 14: {'error': 'Cannot claim due to unconfirmed transaction. If this is stuck, delete the unconfirmed transaction.', 'success': False,

chia wallet delete_unconfirmed_transactions -i 14 && chia plotnft claim -i 14

output

Transaction submitted to nodes: [{'peer_id': '......', 'inclusion_status': 'FAILED', 'error_msg': 'ALREADY_INCLUDING_TRANSACTION'}]

claimed amount seems to be in mempool for 2 hours, and nothing in wallet yet.

Version

2.1.4

What platform are you using?

Linux

What ui mode are you using?

CLI

Relevant log output

No response

@hajes hajes added the bug Something isn't working label Jan 13, 2024
@wjblanke
Copy link
Contributor

Quex we probably need an RBF for this since there is no fee here.

The claim made it into the mempool with no fee but its likely to bump along the bottom as there is so much fee pressure currrently.

@hajes
Copy link
Author

hajes commented Jan 17, 2024

Third attempt, finally successful. Transaction was "stuck" for a day before it came through. Looks like small fee is needed for claims as well. I always gave small fee for normal transactions. It never happened before, so I guess for 20 XCH amounts, fee is required.

No idea whether it is bug or normal behaviour. Close it guys if needed.

@wjblanke
Copy link
Contributor

Glad it worked for you. Keeping open for RBF for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants