Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
magicalne authored and jjyr committed Oct 25, 2022
1 parent 86a81b6 commit 703d01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/generator/src/syscalls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use self::error_codes::{
pub mod error_codes;

/* Constants */
// 25KB is max ethereum contract code size
// Increasing from 25k(ethereum contract code size) to 128k.
const MAX_SET_RETURN_DATA_SIZE: u64 = 1024 * 128;

/* Syscall account store / load / create */
Expand Down

0 comments on commit 703d01d

Please sign in to comment.