@@ -334,7 +334,11 @@ func (operation *Operation) Solution () (solution int64, err error) {
if index == 0 {
solution = subSolution
} else {
solution %= subSolution
if subSolution == 0 {
err = ErrorDivideByZero
}
case OpcodeOr:
The note is not visible to the blocked user.