We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4074b commit d0ea527Copy full SHA for d0ea527
packages/zkp-tutorials/example_walkthrough.md
@@ -43,7 +43,7 @@ a `commitment` is a function whose input and output are both positive integers.
43
44
`````go
45
func commitment(uint x) uint{
46
- uint y;
+ var y uint;
47
...
48
return y;
49
}
0 commit comments