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

Check tx size when creating transactions (or use batching for all txes) #3712

Open
tzarebczan opened this issue Nov 23, 2022 · 0 comments
Open

Comments

@tzarebczan
Copy link
Contributor

tzarebczan commented Nov 23, 2022

This came from an account fund command that had lots of inputs: TX rejected: transaction 0f47f0fbfced417587bc1e7ad1f78c09d8af204199b644e114a70ac27c03df81 is not standard: weight of transaction 602540 is larger than max allowed weight of 400000

Only txo spend uses batching, none of the others do, so this can happen with any tx.

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

No branches or pull requests

1 participant