Skip to content

Commit

Permalink
fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Jun 23, 2020
1 parent 52e71f4 commit 69d90e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enclave/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ pub unsafe extern "C" fn sync_chain_relay(

if update_states(signed_block.block.header.clone()).is_err() {
error!("Error performing state updates upon block import")
return sgx_status_t::SGX_ERROR_UNEXPECTED;
}

match scan_block_for_relevant_xt(&signed_block.block) {
Expand Down

0 comments on commit 69d90e7

Please sign in to comment.