Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 9bb4cad

Browse files
committed
Track TODO in GitHub issue
See #1726.
1 parent 2271ca4 commit 9bb4cad

File tree

1 file changed

+0
-1
lines changed
  • cnd/src/btsieve/ethereum

1 file changed

+0
-1
lines changed

cnd/src/btsieve/ethereum/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ where
241241

242242
let receipt = match result {
243243
Ok(Some(receipt)) => receipt,
244-
// TODO: Try again if it fails?
245244
Ok(None) => {
246245
log::warn!("Could not get transaction receipt for matching transaction");
247246
continue;

0 commit comments

Comments
 (0)