Skip to content

Commit

Permalink
fix: fix Book storage size
Browse files Browse the repository at this point in the history
  • Loading branch information
JhChoy committed Aug 2, 2024
1 parent 7f8e12b commit 8809201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/book.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub mod Book {

#[inline(always)]
fn size() -> u8 {
Store::<BookKey>::size() + 3
Store::<BookKey>::size() + 4
}
}

Expand Down

0 comments on commit 8809201

Please sign in to comment.