Skip to content

Commit 34586b4

Browse files
authored
Merge pull request ElementsProject#9 from kallewoof/up-max-script-size
Upping max script size for claiming peg-in.
2 parents 67bfffd + 7fdec2b commit 34586b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/script/script.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static const int MAX_PUBKEYS_PER_MULTISIG = 20;
3232
static const bool DEFAULT_VALIDATE_PEGIN = false;
3333

3434
// Maximum script length in bytes
35-
static const int MAX_SCRIPT_SIZE = 10000;
35+
static const int MAX_SCRIPT_SIZE = 100000;
3636
class uint256;
3737
class COutPoint;
3838

0 commit comments

Comments
 (0)