Skip to content

Commit

Permalink
Add type annotation to global
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Mar 29, 2024
1 parent bd6b50f commit 74205e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir_stdlib/src/hash/poseidon2.nr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::hash::Hasher;
use crate::default::Default;

global RATE = 3;
global RATE: u32 = 3;

struct Poseidon2 {
cache: [Field;3],
Expand Down

0 comments on commit 74205e3

Please sign in to comment.