mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-18 05:59:33 +00:00
Add log about parsed L2 blocks
This commit is contained in:
parent
a87db600cf
commit
f4e9a6606d
@ -60,7 +60,9 @@ impl IndexerCore {
|
|||||||
let l2_blocks_parsed = parse_blocks(
|
let l2_blocks_parsed = parse_blocks(
|
||||||
l1_block.into_transactions().into_iter(),
|
l1_block.into_transactions().into_iter(),
|
||||||
&self.config.channel_id,
|
&self.config.channel_id,
|
||||||
);
|
).collect::<Vec<_>>();
|
||||||
|
|
||||||
|
info!("Parsed {} L2 blocks", l2_blocks_parsed.len());
|
||||||
|
|
||||||
for l2_block in l2_blocks_parsed {
|
for l2_block in l2_blocks_parsed {
|
||||||
// State modification, will be updated in future
|
// State modification, will be updated in future
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user