Skip to content

Commit bf030d3

Browse files
committed
Remove error TODO
Remove the TODO from comments and raise a GitHub issue to track it. rust-bitcoin/rust-bitcoin#1002
1 parent 1090495 commit bf030d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blockdata/script.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ impl std::error::Error for Error {
196196
NonMinimalPush
197197
| EarlyEndOfScript
198198
| NumericOverflow
199-
| BitcoinConsensus(_) // TODO: This should return `Some` but bitcoinconsensus::Error does not implement Error.
199+
| BitcoinConsensus(_)
200200
| UnknownSpentOutput(_)
201201
| SerializationError => None,
202202
}

0 commit comments

Comments
 (0)