Skip to content

Commit

Permalink
refactor: remove unnecessary event topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Aug 13, 2024
1 parent ea2b461 commit 5093e88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pop-api/src/v0/assets/fungibles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,13 @@ pub mod events {
/// The ID of the asset created.
#[ink(topic)]
pub id: AssetId,
#[ink(topic)]
/// The name of the asset.
#[ink(topic)]
pub name: Vec<u8>,
/// The symbol of the asset.
#[ink(topic)]
pub symbol: Vec<u8>,
/// The decimals of the asset.
#[ink(topic)]
pub decimals: u8,
}

Expand Down

0 comments on commit 5093e88

Please sign in to comment.