diff --git a/token/cli/src/command.rs b/token/cli/src/command.rs index f3446a74be5..fcbeb70c3fa 100644 --- a/token/cli/src/command.rs +++ b/token/cli/src/command.rs @@ -63,7 +63,7 @@ use { auth_encryption::AeKey, elgamal::{self, ElGamalKeypair}, }, - zk_token_elgamal::pod::ElGamalPubkey + zk_token_elgamal::pod::ElGamalPubkey, }, state::{Account, AccountState, Mint}, },