Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
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