Skip to content

Commit bfc019f

Browse files
committed
feat: initial portal docs + minor cleanups (#1469)
Fixes #1439.
1 parent ebe8a29 commit bfc019f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yarn-project/noir-libs/noir-aztec/src/context.nr

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ impl Context {
160160
self.nullified_commitments.push(nullified_commitment);
161161
}
162162

163-
fn message_portal(&mut self, msg: Field) {
164-
self.new_l2_to_l1_msgs.push(msg);
163+
fn message_portal(&mut self, content: Field) {
164+
self.new_l2_to_l1_msgs.push(content);
165165
}
166166

167167
// PrivateContextInputs must be temporarily passed in to prevent too many unknowns

0 commit comments

Comments
 (0)