claimtrie: allows '*' in claim name
This commit is contained in:
parent
4c39a9842c
commit
a0ff51b84a
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ func StripClaimScriptPrefix(script []byte) []byte {
|
|||
return script[cs.Size:]
|
||||
}
|
||||
|
||||
const illegalChars = "=&#:*$%?/;\\\b\n\t\r\x00"
|
||||
const illegalChars = "=&#:$%?/;\\\b\n\t\r\x00"
|
||||
|
||||
func AllClaimsAreSane(script []byte, enforceSoftFork bool) error {
|
||||
cs, err := ExtractClaimScript(script)
|
||||
|
|
Loading…
Reference in a new issue