Reduce quote depth

This commit is contained in:
Jon Staab
2024-12-10 16:50:38 -08:00
parent 6f7a1c690f
commit 72ced31625

View File

@@ -54,7 +54,7 @@
return true
}
if ((isEvent(parsed) || isAddress(parsed)) && isStartOrEnd(i) && depth < 2) {
if ((isEvent(parsed) || isAddress(parsed)) && isStartOrEnd(i) && depth < 1) {
return true
}