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

Too small max transaction size #1158

Open
kvpbldsck opened this issue Jan 10, 2023 · 5 comments
Open

Too small max transaction size #1158

kvpbldsck opened this issue Jan 10, 2023 · 5 comments

Comments

@kvpbldsck
Copy link

Seems like bitcoin currently support transaction with size up to 400_000 (https://github.com/bitcoin/bitcoin/blob/master/src/policy/policy.h, line 27), but NBitcoin have limit of 100_000 (https://github.com/MetacoSA/NBitcoin/blob/master/NBitcoin/TransactionBuilder.cs line 2685). Would be great to increase limit.

@contributeless
Copy link

+1

2 similar comments
@huguojunsy
Copy link

+1

@zapilich
Copy link

+1

@knocte
Copy link
Contributor

knocte commented Mar 19, 2024

Propose a PR?

@lontivero
Copy link
Contributor

You are comparing weights with vsized, they are not the same.

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

6 participants