golemfactory/ya-client

ActivityState.state spec doesn't match implementation

Closed this issue · 1 comments

etam commented

In spec it's described as a string with value from an enum.
In implementation it's pub struct StatePair(pub State, pub Option<State>);

etam commented

I was wrong