Skip to content

Commit 5f0c285

Browse files
committed
fix typo
1 parent 7a382fd commit 5f0c285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sources/eth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl gasket::framework::Worker<Stage> for Worker {
5555
let event = ChainEvent::Apply(
5656
// TODO(p): add support multi chain Point
5757
pallas::network::miniprotocols::Point::Origin,
58-
Record::Ethereum(ethereum::Record::ParsedBlock(block)),
58+
Record::Ethereum(ethereum::Record::ParsedBlock(Box::new(block))),
5959
);
6060
stage.output.send(event.into()).await.or_panic()?;
6161
}

0 commit comments

Comments
 (0)