lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.2k stars 483 forks source link

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

Open tzarebczan opened 1 year ago

tzarebczan commented 1 year ago

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.