WIP: Feature/6/jeffreypicard/dockerize for deployment #7

Closed
jeffreypicard wants to merge 80 commits from feature/6/jeffreypicard/dockerize-for-deployment into master
Showing only changes of commit 53f79b0979 - Show all commits

View file

@ -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)