Skip to content

Commit

Permalink
Merge pull request ElementsProject#9 from kallewoof/up-max-script-size
Browse files Browse the repository at this point in the history
Upping max script size for claiming peg-in.
  • Loading branch information
kallewoof authored Jul 24, 2017
2 parents 67bfffd + 7fdec2b commit 34586b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/script.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static const int MAX_PUBKEYS_PER_MULTISIG = 20;
static const bool DEFAULT_VALIDATE_PEGIN = false;

// Maximum script length in bytes
static const int MAX_SCRIPT_SIZE = 10000;
static const int MAX_SCRIPT_SIZE = 100000;
class uint256;
class COutPoint;

Expand Down

0 comments on commit 34586b4

Please sign in to comment.