Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
xevisalle committed May 16, 2024
1 parent 96230a6 commit c09d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/tests/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

use phoenix_circuits::{TxCircuit, TxInputNote, TxOutputNote};
use phoenix_circuits::transaction::{TxCircuit, TxInputNote, TxOutputNote};
use phoenix_core::{Note, PublicKey, SecretKey, ViewKey};

use dusk_plonk::prelude::*;
Expand Down

0 comments on commit c09d47e

Please sign in to comment.