Open
Description
Description
callCountObserverThreshold
is wrongly initialized with SmartContractConstants.ExecutionBranchThreshold
value.
Steps To Reproduce
- NA
Current Behavior
Expected Behavior
var callCountObserverThreshold = GetBlockExecutedData(blockIndex, CallCountThresholdKey)?.Value ??
SmartContractConstants.ExecutionCallThreshold;
Environment
- NA