Replace Settings::reconverge
with Option<u32>
to indicate the ID of reconverge for the applicable node
#291
Labels
blocked
Pending another issue
After the removal #273, the only field related to
REconverge
in theSettings
would be a boolean flag indicate whether the node contains reconverge.Option<u32>
, where theu32
indicates the id of reconverge.Blocked: currently, REconverge profile is not stored in review-database and, thus, REconverge instance doesn't have an ID yet.
The text was updated successfully, but these errors were encountered: