Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Outdated input size limit for standard transactions #705

Closed
gsalgado opened this Issue Jan 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants

gsalgado commented Jan 8, 2015

Location: https://bitcoin.org/en/developer-guide#non-standard-transactions

The non-standard tx section states that (As of Bitcoin Core 0.9): "Each of the transaction’s inputs must be smaller than 500 bytes. That’s large enough to allow 3-of-3 multisig transactions in P2SH. Multisig transactions which require more than 3 public keys are currently non-standard."

But that doesn't seem to be the case: https://github.com/bitcoin/bitcoin/blob/0.9/src/main.cpp#L543

@harding harding closed this in 2d46b41 Jan 8, 2015

Contributor

harding commented Jan 8, 2015

@gsalgado thanks for another excellent bug report! Commit 2d46b41 should fix this (it will go live in a few minutes). Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment