Skip to content

consignment processing: node_ids should not collect genesis ID #205

@zoedberg

Description

@zoedberg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions