From 192cc910ec7cade1d0dce7f3b111e7fc7720e607 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 18 Jan 2013 13:55:18 -0500 Subject: Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZE --- src/script.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script.h') diff --git a/src/script.h b/src/script.h index 0b481eb605..4b29f6273c 100644 --- a/src/script.h +++ b/src/script.h @@ -17,6 +17,8 @@ class CCoins; class CTransaction; +static const unsigned int MAX_SCRIPT_ELEMENT_SIZE = 520; // bytes + /** Signature hash types/flags */ enum { -- cgit v1.2.3