Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ksrichard committed Dec 20, 2024
1 parent 037035a commit afdb18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dan_layer/consensus/src/hotstuff/template_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ pub async fn sync_templates(
) -> Result<(), TemplateSyncError> {
info!(target: LOG_TARGET, "Start template sync for {transaction:?}"); // TODO: remove, only for testing

// TODO: check method call as well if it works or needs syncing too

// check for instructions
for instruction in transaction.transaction.instructions() {
info!(target: LOG_TARGET, "Current instruction: {instruction:?}..."); // TODO: remove, only for testing
Expand Down

0 comments on commit afdb18b

Please sign in to comment.