Closed mankinskin closed 4 years ago
This fixes two naming errors in the model::Interval enum: Interval::FiftyMinutes -> Interval::FifteenMinutes Interval::ThreeDay -> Interval::ThreeDays
model::Interval
Interval::FiftyMinutes -> Interval::FifteenMinutes
Interval::ThreeDay -> Interval::ThreeDays
And this enables:
model::Interval::FourHours.to_duration().num_milliseconds()
Hey @steffenix thanks for marking this as a sized issue :) This means I can claim a NEX reward, right? How does that work?
Yes you can, please contact Fabio on the openlimits slack
This fixes two naming errors in the
model::Interval
enum:Interval::FiftyMinutes -> Interval::FifteenMinutes
Interval::ThreeDay -> Interval::ThreeDays
And this enables: