Skip to content

Commit

Permalink
fix: compute_selector import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Oct 10, 2023
1 parent 1fb1ae9 commit b7de347
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// A contract used in end to end tests
contract TestAssert {
use dep::aztec::{
oracle::compute_selector::compute_selector,
};
use dep::aztec::selector::compute_selector;

#[aztec(private)]
fn constructor(value: Field) {
Expand Down

0 comments on commit b7de347

Please sign in to comment.