chore: very small comment about future fix [skip ci]

This commit is contained in:
erhant
2026-07-10 18:35:00 +03:00
parent b5ed8548d5
commit da95e86083
+1
View File
@@ -224,6 +224,7 @@ impl IndexerCore {
let zone_block = match msg {
ZoneMessage::Block(b) => b,
// FIXME: will be handled in prep of decentralized sequencers
ZoneMessage::Deposit(_) | ZoneMessage::Withdraw(_) => continue,
};