Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c27a603

Browse files
token-cli: add a catch-all pattern to cover all UiExtension instances when displaying token-22 extensions (#4062)
1 parent dc24cee commit c27a603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/src/output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ fn display_ui_extension(
688688
}
689689
// ExtensionType::Uninitialized is a hack to ensure a mint/account is never the same length as a multisig
690690
UiExtension::Uninitialized => Ok(()),
691-
UiExtension::UnparseableExtension => writeln_name_value(
691+
_ => writeln_name_value(
692692
f,
693693
" Unparseable extension:",
694694
"Consider upgrading to a newer version of spl-token",

0 commit comments

Comments
 (0)