diff --git a/token/cli/src/command.rs b/token/cli/src/command.rs index 295a8d9285d..fcbeb70c3fa 100644 --- a/token/cli/src/command.rs +++ b/token/cli/src/command.rs @@ -62,7 +62,8 @@ use { encryption::{ auth_encryption::AeKey, elgamal::{self, ElGamalKeypair}, - }, instruction::transfer, zk_token_elgamal::pod::ElGamalPubkey + }, + zk_token_elgamal::pod::ElGamalPubkey, }, state::{Account, AccountState, Mint}, },