Skip to content

Commit

Permalink
consensus: Tweak some TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jun 24, 2020
1 parent e2999fc commit 5f96b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-consensus/src/verify/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ mod tests {
.await;

ensure!(
// TODO(teor || jlusby): check error string
// TODO(teor || jlusby): check error kind
verify_result.is_err(),
"unexpected result kind: {:?}",
verify_result
Expand All @@ -498,7 +498,7 @@ mod tests {
.await;

ensure!(
// TODO(teor || jlusby): check error string
// TODO(teor || jlusby): check error kind
state_result.is_err(),
"unexpected result kind: {:?}",
verify_result
Expand Down

0 comments on commit 5f96b32

Please sign in to comment.