Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilyjjo committed Sep 23, 2024
1 parent 3cd390a commit ed325e8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,8 @@ impl BelongsToGroup for Action {
Action::BridgeSudoChange(act) => act.belongs_to_group(),
Action::FeeChange(act) => act.belongs_to_group(),
Action::FeeAssetChange(act) => act.belongs_to_group(),
Action::Ibc(_) => BundlableGeneral.into(), /* Can't use implement on act
* directly since it lives in a externa
* crate */
Action::Ibc(_) => BundlableGeneral.into(), /* Can't implement on action directly
* since it lives in a external crate */
}
}
}
Expand Down

0 comments on commit ed325e8

Please sign in to comment.