navcoin / navcoin-core

bitcoin-core 0.13 fork ported for NavCoin
MIT License
123 stars 92 forks source link

Balance display problem after getting staking reward. #909

Closed Nihche closed 2 years ago

Nihche commented 2 years ago

After getting the stake reward, last transaction + some of stake reward shows under Immature and it stays like that(even after 11 hours) until i reset the core wallet.

Before staking reward(i photoshoped balance numbers for privacy reasons): navb After staking reward: navc

This happened for every stake i got so far. And i needed to reset core wallet to set to correct balance. This first time it sent 500NAV to immature which was first deposit, and now it sends 1000NAV to immature which was later deposit.

Happened on both linux and windows, 2 different PCs. On linux i was using 7.0.0 and on windows i have 7.0.1 versions of core wallet.

mxaddict commented 2 years ago

We have seen this issue before, its related to cache values of the balance displayed.

I'm still working on a fix for this issue.

On Sat, Jan 8, 2022, 19:03 Nihche @.***> wrote:

After getting the stake reward, last transaction + some of stake reward shows under Immature and it stays like that(even after 11 hours) until i reset the core wallet.

Before staking reward(i photoshoped balance numbers for privacy reasons): [image: navb] https://user-images.githubusercontent.com/97336295/148640082-743ff9b3-1653-4546-a613-42806173baf7.PNG After staking reward: [image: navc] https://user-images.githubusercontent.com/97336295/148640086-3ec1eef0-4eb0-453c-88fb-a9588141db76.PNG

This happened for every stake i got so far. And i needed to reset core wallet to set to correct balance. This first time it sent 500NAV to immature which was first deposit, and now it sends 1000NAV to immature which was later deposit.

Happened on both linux and windows, 2 different PCs. On linux i was using 7.0.0 and on windows i have 7.0.1 versions of core wallet.

— Reply to this email directly, view it on GitHub https://github.com/navcoin/navcoin-core/issues/909, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIDAKKT3ZBRKAC5MOMK2F3UVAKYFANCNFSM5LQPW4MQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

mxaddict commented 2 years ago

917 fixes this issue and is now merged into master branch