Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 30, 2023
1 parent 73b3412 commit 603d33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yarn-project/aztec-nr/field-note/src/field_note.nr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct FieldNote {
}

impl FieldNote {
pub fn new(value: Field, owner: Field) -> Self {
pub fn new(value: Field) -> Self {
FieldNote {
value,
header: NoteHeader::empty(),
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/aztec-nr/field-note/src/lib.nr
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mod address_note;
mod field_note;

0 comments on commit 603d33a

Please sign in to comment.