[lbry] txscript: change MaxScriptSize from 10,000 to 20,005
This commit is contained in:
parent
dfc7a4423c
commit
185cb711b5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ const (
|
|||
MaxStackSize = 1000
|
||||
|
||||
// MaxScriptSize is the maximum allowed length of a raw script.
|
||||
MaxScriptSize = 10000
|
||||
MaxScriptSize = 20005
|
||||
|
||||
// payToWitnessPubKeyHashDataSize is the size of the witness program's
|
||||
// data push for a pay-to-witness-pub-key-hash output.
|
||||
|
|
Loading…
Reference in a new issue