Skip to content

Commit

Permalink
Change Mmr Size type to u128
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Jun 3, 2024
1 parent ae4f46f commit a96d02f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 1
[[package]]
name = "cairo_lib"
version = "0.2.0"
source = "git+https://github.com/HerodotusDev/cairo-lib.git?branch=update-cairo#b0f93a15f09b5b9962d4dc45ddfdb05f9790291a"
source = "git+https://github.com/HerodotusDev/cairo-lib.git?branch=update-cairo#bc453f981c6ce2753543474a2492ecac03c36ba4"

[[package]]
name = "herodotus_eth_starknet"
Expand Down
2 changes: 1 addition & 1 deletion src/core/common.cairo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
type MmrId = u128;
type MmrSize = usize;
type MmrSize = u128;

0 comments on commit a96d02f

Please sign in to comment.