diff --git a/crates/sui-core/src/authority.rs b/crates/sui-core/src/authority.rs index 6e0218531c98b..29460f7718ce5 100644 --- a/crates/sui-core/src/authority.rs +++ b/crates/sui-core/src/authority.rs @@ -1724,7 +1724,6 @@ impl AuthorityState { ) -> Result, 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