Skip to content

Commit

Permalink
kairos-l1-utils: format
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed May 8, 2024
1 parent ea90d7f commit 9454305
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kairos-l1-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,7 @@ async fn counter_query_test() {
// replace this with a better solution
thread::sleep(Duration::from_secs(10));

let public_key_path = network
.assets_dir
.join("users/user-1/public_key.pem");
let public_key_path = network.assets_dir.join("users/user-1/public_key.pem");

let public_key: PublicKey = PublicKey::from_file(public_key_path.to_str().unwrap()).unwrap();
let account_hash: AccountHash = public_key.to_account_hash();
Expand Down

0 comments on commit 9454305

Please sign in to comment.