Skip to main content

adjust_expected_call_gas_for_value

Function adjust_expected_call_gas_for_value 

Source
pub(crate) fn adjust_expected_call_gas_for_value(
    value: Option<U256>,
    gas: Option<u64>,
    min_gas: Option<u64>,
) -> (Option<u64>, Option<u64>)
Expand description

Implements the adjust_expected_call_gas_for_value symbolic state helper.