ampersand should not keep something out of the mempool
This commit is contained in:
parent
c2f28f3440
commit
53f79b0979
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ func isUpdateClaim(pops []parsedOpcode) bool {
|
||||||
pops[5].opcode.value == OP_2DROP
|
pops[5].opcode.value == OP_2DROP
|
||||||
}
|
}
|
||||||
|
|
||||||
const illegalChars = "=&#:*$@%?/;\\\b\n\t\r\x00"
|
const illegalChars = "=&#:*$%?/;\\\b\n\t\r\x00"
|
||||||
|
|
||||||
func AllClaimsAreSane(script []byte, enforceSoftFork bool) error {
|
func AllClaimsAreSane(script []byte, enforceSoftFork bool) error {
|
||||||
cs, err := DecodeClaimScript(script)
|
cs, err := DecodeClaimScript(script)
|
||||||
|
|
Loading…
Reference in a new issue