Closed abchrisxyz closed 2 years ago
Second output of this tx has repeated tokens.
Should be summed by token_id to satisfy (box_id, token_id) primary key in db.
token_id
(box_id, token_id)
Issue is caused by Itertools::group_by only working on consecutive values.
Second output of this tx has repeated tokens.
Should be summed by
token_id
to satisfy(box_id, token_id)
primary key in db.