Skip to content

Commit

Permalink
Update authority.rs after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-koshy committed Aug 30, 2022
1 parent baa70af commit 07d0d50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/sui-core/src/authority.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,6 @@ impl AuthorityState {
) -> Result<Option<(ObjectRef, TransactionDigest)>, SuiError> {
self.database.get_latest_parent_entry(object_id)
}
}

fn verify_narwhal_transaction(&self, certificate: &CertifiedTransaction) -> SuiResult {
// Ensure the input is a shared object certificate. Remember that Byzantine authorities
Expand Down

0 comments on commit 07d0d50

Please sign in to comment.