Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gsalgado commentedJan 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