We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c39a98 commit a0ff51bCopy full SHA for a0ff51b
txscript/claimscript.go
@@ -206,7 +206,7 @@ func StripClaimScriptPrefix(script []byte) []byte {
206
return script[cs.Size:]
207
}
208
209
-const illegalChars = "=&#:*$%?/;\\\b\n\t\r\x00"
+const illegalChars = "=&#:$%?/;\\\b\n\t\r\x00"
210
211
func AllClaimsAreSane(script []byte, enforceSoftFork bool) error {
212
cs, err := ExtractClaimScript(script)
0 commit comments