| 110 | } |
| 111 | |
| 112 | void StakeStatus::Clear() { |
| 113 | nWeightSum = nWeightMin = nWeightMax = 0; |
| 114 | dValueSum = 0; |
| 115 | nCoinAgeSum = 0; |
| 116 | dKernelDiffSum = 0; |
| 117 | nLastCoinStakeSearchInterval = 0; |
| 118 | } |
| 119 | |
| 120 | // Modifier interval: time to elapse before new modifier is computed |
| 121 | // Set to 3-hour for production network and 20-minute for test network |
no outgoing calls
no test coverage detected