Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-koshy committed Jul 20, 2023
1 parent 32ff29f commit 6e5f5ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions narwhal/types/src/primary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ impl Hash<{ crypto::DIGEST_LENGTH }> for Batch {
pub trait BatchAPI {
fn transactions(&self) -> &Vec<Transaction>;
fn transactions_mut(&mut self) -> &mut Vec<Transaction>;

// BatchV2 APIs
fn versioned_metadata(&self) -> &VersionedMetadata;
fn versioned_metadata_mut(&mut self) -> &mut VersionedMetadata;
}
Expand Down

0 comments on commit 6e5f5ec

Please sign in to comment.