fix: mint info

This commit is contained in:
thesimplekid
2023-05-06 12:13:07 -04:00
parent 92e91b7d9b
commit 8b9959073f
3 changed files with 8 additions and 6 deletions

View File

@@ -301,7 +301,7 @@ pub struct MintInfo {
/// long description
pub description_long: String,
/// contact methods to reach the mint operator
pub contact: HashMap<String, String>,
pub contact: Vec<Vec<String>>,
/// shows which NUTs the mint supports
pub nuts: Vec<String>,
/// message of the day that the wallet must display to the user