Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Apr 9, 2024
1 parent 48fdfb3 commit b6a65d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use soroban_sdk::{
};

use crate::AccError;
use crate::{AccountContract, AccountContractClient, Signature};
use crate::{AccSignature, AccountContract, AccountContractClient};

fn generate_keypair() -> Keypair {
Keypair::generate(&mut thread_rng())
Expand Down

0 comments on commit b6a65d2

Please sign in to comment.