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

This commit is contained in:
erhant 2026-07-01 20:50:01 +03:00
parent 15ebccb11e
commit 357c92f947

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,
};