Skip to content

Commit

Permalink
Remove asset_group const
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Oct 7, 2024
1 parent 8e25224 commit 6934dfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/transmuter/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pub mod key {
pub const ADMIN: &str = "admin";
pub const MODERATOR: &str = "moderator";
pub const LIMITERS: &str = "limiters";
pub const ASSET_GROUP: &str = "asset_group";
}

#[contract]
Expand Down

0 comments on commit 6934dfb

Please sign in to comment.