From 9bb3be84717e25359ed90afb1a98130a768adef6 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:53:54 +0700 Subject: [PATCH] fix: comment --- pop-api/src/v0/fungibles/errors.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pop-api/src/v0/fungibles/errors.rs b/pop-api/src/v0/fungibles/errors.rs index e76c4bcc..313107b4 100644 --- a/pop-api/src/v0/fungibles/errors.rs +++ b/pop-api/src/v0/fungibles/errors.rs @@ -1,4 +1,5 @@ //! A set of errors for use in smart contracts that interact with the fungibles api. This includes errors compliant to standards. + use super::*; use ink::prelude::string::String;