[lbry] txscript: change MaxScriptSize from 10,000 to 20,005

This commit is contained in:
Roy Lee 2018-06-05 10:32:45 -07:00
parent dfc7a4423c
commit 185cb711b5

View file

@ -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.