We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe8a29 commit bfc019fCopy full SHA for bfc019f
yarn-project/noir-libs/noir-aztec/src/context.nr
@@ -160,8 +160,8 @@ impl Context {
160
self.nullified_commitments.push(nullified_commitment);
161
}
162
163
- fn message_portal(&mut self, msg: Field) {
164
- self.new_l2_to_l1_msgs.push(msg);
+ fn message_portal(&mut self, content: Field) {
+ self.new_l2_to_l1_msgs.push(content);
165
166
167
// PrivateContextInputs must be temporarily passed in to prevent too many unknowns
0 commit comments