Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Dec 12, 2023
1 parent 819c01c commit 052ff40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/main_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ fn start_worker<E, T, D, InitializationHandler, WorkerModeProvider>(
},
None => {
println!("We are the primary worker on this shard and the shard is untouched. Will initialize it");
setup::init_shard(enclave.as_ref(), shard);
enclave.init_shard(shard.encode()).unwrap();
enclave
.init_shard_creation_parentchain_header(
shard,
Expand Down

0 comments on commit 052ff40

Please sign in to comment.