Skip to content

Commit

Permalink
fix KEY name
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jul 11, 2024
1 parent 45d2798 commit f4ee4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/events/src/extend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ impl EventAttributeEntry<'static> for IbcMaspTxBatchRefs {
type Value = IbcTxDataRefs;
type ValueOwned = Self::Value;

const KEY: &'static str = "ibc_tx_batch_refs";
const KEY: &'static str = "ibc_masp_tx_batch_refs";

fn into_value(self) -> Self::Value {
self.0
Expand Down

0 comments on commit f4ee4d3

Please sign in to comment.