| 38 | } |
| 39 | |
| 40 | rpl::producer<int> SelfDestruct::daysAccountTTL() const { |
| 41 | return _accountTTL.days.value() | rpl::filter(rpl::mappers::_1 != 0); |
| 42 | } |
| 43 | |
| 44 | rpl::producer<TimeId> SelfDestruct::periodDefaultHistoryTTL() const { |
| 45 | return _defaultHistoryTTL.period.value(); |
no test coverage detected