Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xevisalle committed May 16, 2024
1 parent a1782fd commit c4e3a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circuits/src/transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use rand_core::{CryptoRng, RngCore, SeedableRng};
extern crate alloc;
use alloc::vec::Vec;

use phoenix_core::{Note, Ownable, Error as PhoenixError, SecretKey, ViewKey};
use phoenix_core::{Error as PhoenixError, Note, Ownable, SecretKey, ViewKey};

const OUTPUT: usize = 2;

Expand Down
4 changes: 2 additions & 2 deletions circuits/tests/transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

use rand_core::{CryptoRng, OsRng, RngCore};

use phoenix_circuits::transfer::{TransferCircuit, InputNote, OutputNote};
use phoenix_circuits::transfer::{InputNote, OutputNote, TransferCircuit};
use phoenix_core::{Note, PublicKey, SecretKey, ViewKey};

use poseidon_merkle::{Item, Tree};
use dusk_plonk::prelude::*;
use poseidon_merkle::{Item, Tree};

#[macro_use]
extern crate lazy_static;
Expand Down

0 comments on commit c4e3a40

Please sign in to comment.