Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZE

This commit is contained in:
Matt Corallo
2013-01-18 13:55:18 -05:00
parent 28b80e6065
commit 192cc910ec
3 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,8 @@
class CCoins;
class CTransaction;
static const unsigned int MAX_SCRIPT_ELEMENT_SIZE = 520; // bytes
/** Signature hash types/flags */
enum
{