mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-29 00:53:19 +00:00
chore: very small comment about future fix [skip ci]
This commit is contained in:
parent
b5ed8548d5
commit
da95e86083
@ -224,6 +224,7 @@ impl IndexerCore {
|
|||||||
|
|
||||||
let zone_block = match msg {
|
let zone_block = match msg {
|
||||||
ZoneMessage::Block(b) => b,
|
ZoneMessage::Block(b) => b,
|
||||||
|
// FIXME: will be handled in prep of decentralized sequencers
|
||||||
ZoneMessage::Deposit(_) | ZoneMessage::Withdraw(_) => continue,
|
ZoneMessage::Deposit(_) | ZoneMessage::Withdraw(_) => continue,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user