febo 5 months ago
parent
commit
b4167145bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      interface/src/state/multisig.rs

+ 1 - 1
interface/src/state/multisig.rs

@@ -39,7 +39,7 @@ impl Multisig {
 }
 
 impl Transmutable for Multisig {
-    /// The length of the `Mint` account data.
+    /// The length of the `Multisig` account data.
     const LEN: usize = core::mem::size_of::<Multisig>();
 }