| 132 | new_total_bps_size_cache.RegisterUndoFunc(undoDataFuncMap); |
| 133 | } |
| 134 | bool SetParam(const SysParamType& key, const uint64_t& value){ |
| 135 | return sys_param_chache.SetData(key, CVarIntValue(value)); |
| 136 | } |
| 137 | |
| 138 | bool SetCdpParam(const CCdpCoinPair& coinPair, const CdpParamType& paramkey, const uint64_t& value) { |
| 139 | auto key = std::make_pair(coinPair, paramkey); |
no test coverage detected