Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 30, 2024
1 parent 750b966 commit 965262c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl<Context> EasyPrivateUint<Context> {
}
}

impl<Context> EasyPrivateUint<&mut PrivateContext> {
impl EasyPrivateUint<&mut PrivateContext> {
// Very similar to `value_note::utils::increment`.
pub fn add(self, addend: u64, owner: AztecAddress, outgoing_viewer: AztecAddress) {
let owner_keys = get_current_public_keys(self.context, owner);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// A contract used along with `StaticChild` contract to test static calls.
contract StaticParent {
use dep::aztec::prelude::{AztecAddress, FunctionSelector, Deserialize};
use dep::aztec::prelude::{AztecAddress, FunctionSelector};
use dep::aztec::context::gas::GasOpts;
use dep::static_child_contract::StaticChild;

Expand Down

0 comments on commit 965262c

Please sign in to comment.