Skip to content

Commit

Permalink
export abci::event::v_037 (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy authored Dec 11, 2024
1 parent 2f94e7f commit 2ff34db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [tendermint] export `abci::event::v0_37` to construct `EventAttribute::V037` variants.
([\#1479](https://github.com/informalsystems/tendermint-rs/pull/1479))
2 changes: 1 addition & 1 deletion tendermint/src/abci/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ pub mod v0_34 {
impl Protobuf<pb::Event> for Event {}
}

mod v0_37 {
pub mod v0_37 {
use super::Event;
use crate::prelude::*;
use crate::serializers;
Expand Down

0 comments on commit 2ff34db

Please sign in to comment.