Skip to content

Commit

Permalink
fix: api integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Sep 19, 2024
1 parent aae856d commit 276820a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pop-api/src/v0/fungibles/traits.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/// A set of traits that implement the PSP22 token standard.
//! A set of traits that implement the PSP22 token standard.

use super::*;
use ink::prelude::string::String;
use std::result::Result;

/// The PSP22 trait.
#[ink::trait_definition]
Expand Down

0 comments on commit 276820a

Please sign in to comment.