You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think about the situation that one node created block A with parcel a and another node created block A' with parcel a. If one of these two nodes takes the lead, the other node should be synchronized to the leading one, but it will fail because of ParcelAlreadyImported on parcel a.
It also happens on the same transaction.
The text was updated successfully, but these errors were encountered:
hyunsikjeong
changed the title
Sync does not work with a fork including the same parcel/tx
Sync does not work on a fork including the same parcel/tx
Sep 19, 2018
hyunsikjeong
changed the title
Sync does not work on a fork including the same parcel/tx
Sync does not work on a fork including the same tx
Sep 19, 2018
I thought that it's better to open the new issue for it, but I think it can be discussed in this issue.
If there's the same transaction in two nodes with different invoice that one node has success, the other one has fail, those two nodes are not synchronized well so the node which has the fail invoice will return null for asking the invoice of the transaction. c637b9b#diff-2c230a4f9a1ccf73af73889e72b753eeR295
Think about the situation that one node created block
A
with parcela
and another node created blockA'
with parcela
. If one of these two nodes takes the lead, the other node should be synchronized to the leading one, but it will fail because ofParcelAlreadyImported
on parcela
.It also happens on the same transaction.
The text was updated successfully, but these errors were encountered: