Skip to content

Commit

Permalink
Fix class_hash_try_from_felt252's libfunc input value range check. (#…
Browse files Browse the repository at this point in the history
…332)

Co-authored-by: Esteve Soler Arderiu <[email protected]>
  • Loading branch information
azteca1998 and azteca1998 authored Oct 30, 2023
1 parent 03cd09b commit 5bccd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfuncs/stark_net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ where
context,
Attribute::parse(
context,
"106710729501573572985208420194530329073740042555888586719489 : i252",
"3618502788666131106986593281521497120414687020801267626233049500247285301248 : i252",
)
.unwrap(),
location,
Expand Down

0 comments on commit 5bccd10

Please sign in to comment.