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
src/controllers/walletController.ts: Wallet balance updates are not conditioned on an ETag or version number. Two concurrent requests (e.g., a transfer and a sweep) may both read the same balance and both write, causing lost updates.
src/controllers/walletController.ts: Wallet balance updates are not conditioned on an ETag or version number. Two concurrent requests (e.g., a transfer and a sweep) may both read the same balance and both write, causing lost updates.