in #195 a fix has been introduced to avoid processing the genesis ID:
if transition_id.as_inner() == contract_id.as_inner() {
continue;
}
but as commented by @dr-orlovsky in #195 (comment) the genesis ID should not even appear in the node_ids list.
So we should verify why that happens, prevent it from happening and then we should be able to remove the aforementioned check
in #195 a fix has been introduced to avoid processing the genesis ID:
but as commented by @dr-orlovsky in #195 (comment) the genesis ID should not even appear in the
node_idslist.So we should verify why that happens, prevent it from happening and then we should be able to remove the aforementioned check