Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Nov 29, 2024
1 parent bcf67cf commit 38b7ce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/shielder-cli/src/shielder_ops/pk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ use anyhow::Result;
use shielder_circuits::{
circuits::{Params, ProvingKey},
consts::RANGE_PROOF_CHUNK_SIZE,
deposit::circuit::DepositCircuit,
deposit::DepositCircuit,
generate_keys_with_min_k,
marshall::{marshall_params, marshall_pk, unmarshall_params, unmarshall_pk},
new_account::circuit::NewAccountCircuit,
withdraw::circuit::WithdrawCircuit,
new_account::NewAccountCircuit,
withdraw::WithdrawCircuit,
Params as _, F, MAX_K,
};
use shielder_rust_sdk::powers_of_tau::{get_ptau_file_path, read as read_setup_parameters, Format};
Expand Down

0 comments on commit 38b7ce2

Please sign in to comment.