Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed May 23, 2024
1 parent 5713597 commit d55bb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir-projects/aztec-nr/tests/src/mock/test_note.nr
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl NoteInterface<TEST_NOTE_LENGTH, TEST_NOTE_BYTES_LENGTH> for TestNote {
0
}

fn broadcast(self, context: &mut PrivateContext, slot: Field, ivpk_m: GrumpkinPoint) {
fn broadcast(self, context: &mut PrivateContext, slot: Field, ivpk_m: GrumpkinPoint, ovpk_m: GrumpkinPoint) {
assert(
false, "TestNote does not support broadcast."
);
Expand Down

0 comments on commit d55bb94

Please sign in to comment.