Skip to content

Commit

Permalink
Link to issue in migrate_consensus
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Dec 5, 2024
1 parent a84d232 commit 4677783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sequencer/src/persistence/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ impl SequencerPersistence for Persistence {
Proposal<SeqTypes, QuorumProposal<SeqTypes>>,
) -> Proposal<SeqTypes, QuorumProposal2<SeqTypes>>,
) -> anyhow::Result<()> {
// TODO: https://github.com/EspressoSystems/espresso-sequencer/issues/2357
Ok(())
}
}
Expand Down
1 change: 1 addition & 0 deletions sequencer/src/persistence/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ impl SequencerPersistence for Persistence {
Proposal<SeqTypes, QuorumProposal<SeqTypes>>,
) -> Proposal<SeqTypes, QuorumProposal2<SeqTypes>>,
) -> anyhow::Result<()> {
// TODO: https://github.com/EspressoSystems/espresso-sequencer/issues/2357
Ok(())
}
}
Expand Down

0 comments on commit 4677783

Please sign in to comment.