mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
53a340d3fc
cb9d830a00995ee60e71780c04f6193efd02c511 test: Use proper MAX_SCRIPT_ELEMENT_SIZE (Hennadii Stepanov)
402ee706d8afab3d8d883cd15a660740fcebeb55 refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE const (Hennadii Stepanov)
Pull request description:
This PR replaces well-known "magic" numbers with proper `MAX_SCRIPT_ELEMENT_SIZE` constants.
ACKs for top commit:
practicalswift:
ACK cb9d830a00995ee60e71780c04f6193efd02c511 -- diff looks correct and change appears to be complete
instagibbs:
utACK
|
||
---|---|---|
.. | ||
bitcoinconsensus.cpp | ||
bitcoinconsensus.h | ||
descriptor.cpp | ||
descriptor.h | ||
interpreter.cpp | ||
interpreter.h | ||
keyorigin.h | ||
script_error.cpp | ||
script_error.h | ||
script.cpp | ||
script.h | ||
sigcache.cpp | ||
sigcache.h | ||
sign.cpp | ||
sign.h | ||
signingprovider.cpp | ||
signingprovider.h | ||
standard.cpp | ||
standard.h |