Skip to content

Commit a0ff51b

Browse files
committed
claimtrie: allows '*' in claim name
1 parent 4c39a98 commit a0ff51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

txscript/claimscript.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func StripClaimScriptPrefix(script []byte) []byte {
206206
return script[cs.Size:]
207207
}
208208

209-
const illegalChars = "=&#:*$%?/;\\\b\n\t\r\x00"
209+
const illegalChars = "=&#:$%?/;\\\b\n\t\r\x00"
210210

211211
func AllClaimsAreSane(script []byte, enforceSoftFork bool) error {
212212
cs, err := ExtractClaimScript(script)

0 commit comments

Comments
 (0)