-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
bugUsed to signal any kind of bugUsed to signal any kind of bug
Description
Description
callCountObserverThreshold is wrongly initialized with SmartContractConstants.ExecutionBranchThreshold value.
Steps To Reproduce
- NA
Current Behavior
AElf/src/AElf.Kernel.SmartContract/Application/IExecutionObserverThresholdProvider.cs
Lines 35 to 36 in 88d4e10
| var callCountObserverThreshold = GetBlockExecutedData(blockIndex, CallCountThresholdKey)?.Value ?? | |
| SmartContractConstants.ExecutionBranchThreshold; |
Expected Behavior
var callCountObserverThreshold = GetBlockExecutedData(blockIndex, CallCountThresholdKey)?.Value ??
SmartContractConstants.ExecutionCallThreshold; Environment
- NA
Metadata
Metadata
Assignees
Labels
bugUsed to signal any kind of bugUsed to signal any kind of bug