Skip to content

Commit

Permalink
fix(en): Initialize SyncState in OutputHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Aug 8, 2024
1 parent 849c6a5 commit 2125044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/external_node/src/node_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ impl ExternalNodeBuilder {
rocksdb_options,
);
self.node
.add_layer(persistence_layer)
.add_layer(io_layer)
.add_layer(persistence_layer)
.add_layer(main_node_batch_executor_builder_layer)
.add_layer(state_keeper_layer);
Ok(self)
Expand Down

0 comments on commit 2125044

Please sign in to comment.