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
So the total count is expected to be 1 + 251 + 251 - 2 = 501, but 503 was counted in the service. probably that -2 is not handled, the sender was counted repeatedly.
It's probably caused by multiple CKB addresses mapped to the same sender BTC address
The text was updated successfully, but these errors were encountered:
There are 3 transactions,
So the total count is expected to be
1 + 251 + 251 - 2 = 501
, but503
was counted in the service. probably that-2
is not handled, the sender was counted repeatedly.It's probably caused by multiple CKB addresses mapped to the same sender BTC address
The text was updated successfully, but these errors were encountered: