Skip to content

Commit

Permalink
config: set default_max_contract_limit to 0xc000
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Dec 11, 2023
1 parent 880fa67 commit 922fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/src/types/primitive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ impl From<ConsensusConfig> for ConsensusConfigV0 {
}

pub fn default_max_contract_limit() -> u64 {
0x6000
0xc000
}

impl From<Metadata> for DurationConfig {
Expand Down

0 comments on commit 922fc38

Please sign in to comment.