-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
This is caused by these lines:
KristWeb2/src/global/ws/WebsocketConnection.ts
Lines 157 to 161 in 6ec2029
case "name_purchase": | |
case "name_transfer": | |
if (fromWallet) syncWallet(fromWallet); | |
if (toWallet) syncWallet(toWallet); | |
break; |
I think the WebsocketConnection should temporarily decrement or increment the name counter for each applicable wallet, and have a per-address throttled sync (same as the balance syncing is currently) to get the 'eventually consistent' name count.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working