Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Apr 5, 2024
1 parent 53f39e1 commit 8577e85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tendermint/src/abci/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ impl EventAttribute {

impl<K: Into<String>, V: Into<String>> From<(K, V, bool)> for EventAttribute {
fn from((key, value, index): (K, V, bool)) -> Self {
// TODO: support all versions
Self::V037(v0_37::EventAttribute {
key: key.into(),
value: value.into(),
Expand Down

0 comments on commit 8577e85

Please sign in to comment.