Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into bump/0.5.83
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Jan 8, 2025
2 parents a95d648 + fefd5a7 commit 8ac4d09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/types/src/traits/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub trait Storage<TYPES: NodeType>: Send + Sync + Clone {
&self,
proposal: &Proposal<TYPES, VidDisperseShare2<TYPES>>,
) -> Result<()> {
self.append_vid2(&convert_proposal(proposal.clone())).await
self.append_vid(&convert_proposal(proposal.clone())).await
}
/// Add a proposal to the stored DA proposals.
async fn append_da(
Expand Down

0 comments on commit 8ac4d09

Please sign in to comment.