Skip to content

Commit

Permalink
Move from dusk-merkle to poseidon-merkle
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Jul 4, 2023
1 parent 866dc18 commit 3bdd08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusk/tests/services/gas_behavior.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use dusk_bls12_381_sign::PublicKey;
use dusk_bytes::Error::InvalidData;
use dusk_bytes::{DeserializableSlice, Serializable};
use dusk_jubjub::{JubJubAffine, JubJubScalar};
use dusk_merkle::poseidon::Opening as PoseidonOpening;
use poseidon_merkle::Opening as PoseidonOpening;
use dusk_pki::ViewKey;
use dusk_plonk::proof_system::Proof;
use dusk_schnorr::Signature;
Expand Down

0 comments on commit 3bdd08a

Please sign in to comment.