rgb-node icon indicating copy to clipboard operation
rgb-node copied to clipboard

consignment processing: node_ids should not collect genesis ID

Open zoedberg opened this issue 3 years ago • 0 comments

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 https://github.com/RGB-WG/rgb-node/pull/195#issuecomment-1242162275 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

zoedberg avatar Sep 20 '22 07:09 zoedberg