Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

consignment processing: node_ids should not collect genesis ID #205

Open
zoedberg opened this issue Sep 20, 2022 · 0 comments
Open

consignment processing: node_ids should not collect genesis ID #205

zoedberg opened this issue Sep 20, 2022 · 0 comments

Comments

@zoedberg
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant