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

This commit is contained in:
erhant
2026-07-07 16:40:33 +03:00
parent 15ebccb11e
commit 357c92f947
+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,
};