-
Notifications
You must be signed in to change notification settings - Fork 847
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
Comments
+1 |
2 similar comments
+1 |
+1 |
Propose a PR? |
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
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.
The text was updated successfully, but these errors were encountered: