Skip to content

Commit

Permalink
removing redundant dependency from boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Feb 7, 2024
1 parent 74dd2db commit e05e304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions boxes/blank-react/src/contracts/src/main.nr
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
contract Blank {
use dep::aztec::{
abi,
oracle::{
get_public_key::get_public_key,
},
protocol_types::address::AztecAddress
};

#[aztec(private)]
fn constructor() {}

Expand Down
3 changes: 1 addition & 2 deletions boxes/blank/src/contracts/src/main.nr
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
contract Blank {
use dep::aztec::{
abi,
oracle::{
get_public_key::get_public_key,
},
protocol_types::address::AztecAddress
};

#[aztec(private)]
fn constructor() {}

Expand Down

0 comments on commit e05e304

Please sign in to comment.