Skip to content

Commit

Permalink
Merge branch 'chungquantin/feat-psp22_traits' into chungquantin/feat-…
Browse files Browse the repository at this point in the history
…psp22_example
  • Loading branch information
chungquantin committed Sep 23, 2024
2 parents cb48a4d + 7637420 commit 83a5afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pop-api/src/v0/fungibles/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! The `fungibles` module provides an API for interacting and managing fungible tokens.
//!
//! The API includes the following traits:
//! The API includes the following interfaces:
//! 1. PSP-22
//! 2. PSP-22 Metadata
//! 3. Management
Expand Down
2 changes: 1 addition & 1 deletion pop-api/src/v0/fungibles/traits.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A set of traits that implement the PSP22 token standard.
//! Traits that can be used by contracts. Including standard compliant traits.

use core::result::Result;

Expand Down

0 comments on commit 83a5afe

Please sign in to comment.