You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(
is_default_array(public_inputs.new_note_hashes), "new_note_hashes must be a default array (zeroed) for static calls"
);
assert(
is_default_array(public_inputs.new_nullifiers), "new_nullifiers must be a default array (zeroed) for static calls"
);
let new_l2_to_l1_msgs_length = array_length(public_inputs.new_l2_to_l1_msgs);
assert(new_l2_to_l1_msgs_length == 0, "new_l2_to_l1_msgs must be empty (length 0) for static calls");
The text was updated successfully, but these errors were encountered:
Search
TODO: #5618
in the codebaseexample:
The text was updated successfully, but these errors were encountered: