Skip to content

Commit

Permalink
update sync committee
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Sep 13, 2023
1 parent 848df38 commit 261147e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl<H: IsmpHost + Send + Sync + Default + 'static> ConsensusClient
consensus_state.light_client_state,
consensus_update.clone(),
)
.map_err(|_| Error::ConsensusProofVerificationFailed { id: BEACON_CONSENSUS_ID })?;
.map_err(|e| Error::ImplementationSpecific(format!("{:?}", e)))?;

let mut state_machine_map: BTreeMap<StateMachine, Vec<StateCommitmentHeight>> =
BTreeMap::new();
Expand Down

0 comments on commit 261147e

Please sign in to comment.