Skip to content

Commit 3d281e7

Browse files
committed
fix
1 parent bef2bf6 commit 3d281e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/circuits/lib/src/uint256.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ impl U256 {
2020
}
2121

2222
pub(crate) fn one() -> Self {
23-
Self { high: 0, low: 0 }
23+
Self { high: 0, low: 1 }
2424
}
2525

2626
pub(crate) fn from_field(field: Field) -> Self {

0 commit comments

Comments
 (0)