miaomiaomiao Posted June 10 Report Share Posted June 10 (edited) country is ID The actual balance is 22,517,929.24 After logging in, a wallet event was triggered, and it's showing an incorrect balance of -20431743.72 Could anyone help me understand what might be going wrong and guide me on how to fix it? Edited June 10 by miaomiaomiao add content Quote Link to comment Share on other sites More sharing options...
miaomiaomiao Posted June 20 Author Report Share Posted June 20 Received wallet info update: { has_wallet: true, balance: -2132471336, currency: 15, balance_delayed: 0, balance64: '2162495960', balance64_delayed: '0', realm: 1 } this is a wallet event balance64 is Correct // source code this.emit('wallet', body.has_wallet, body.currency, body.balance / 100); this.wallet = { hasWallet: body.has_wallet, currency: body.currency, balance: body.balance / 100 }; body.balance use body.balance64 is ok doctor can update this? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.