mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-15 06:12:37 -03:00
e416cfc92b
Bitcoin core has a standardness rule for max satisfaction script sig size. This PR adds to the policy header file so that it is documented along with along policy rules. The initial reasoning that 1650 is an implicit limit(would not reached assuming all other policy rules are being followed) is outdated. As we now know, bitcoin transactions can have spend conditions are more than just signatures and there may exist p2sh transactions involving 100 byte preimages that maybe non-standard because of this rule. Because this rule is no longer implicit, we should explicitly document it in policy header file |
||
---|---|---|
.. | ||
feerate.cpp | ||
feerate.h | ||
fees.cpp | ||
fees.h | ||
policy.cpp | ||
policy.h | ||
rbf.cpp | ||
rbf.h | ||
settings.cpp | ||
settings.h |