Skip to content

Commit

Permalink
deferred calls denominator
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Dec 18, 2024
1 parent 77f22ba commit b5834b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-models/src/config/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ pub const DEFERRED_CALL_MAX_FUTURE_SLOTS: u64 = 1209600;
/// maximum gas for deferred call
pub const DEFERRED_CALL_MAX_ASYNC_GAS: u64 = MAX_ASYNC_GAS;
/// max change denominator
pub const DEFERRED_CALL_BASE_FEE_MAX_CHANGE_DENOMINATOR: usize = 8;
pub const DEFERRED_CALL_BASE_FEE_MAX_CHANGE_DENOMINATOR: usize = 1250;
/// deferred call min gas increment (1 nanomassa)
pub const DEFERRED_CALL_MIN_GAS_INCREMENT: u64 = 1;
/// deferred call min gas cost (10 nanomassa)
Expand Down

0 comments on commit b5834b2

Please sign in to comment.