syscoin / blockmarket-desktop-public

Public location for issue reporting on the Blockmarket Desktop public data, built using Syscoin blockchain technology.
http://blockchainfoundry.co
30 stars 25 forks source link

Receiving Addresses Screen discrepancy #276

Open Keyare opened 6 years ago

Keyare commented 6 years ago

There can be a situation where a discrepancy arises between the total sys in the "Recieving Addresses" screen differs from the total shown in the advanced alias area. This screenshot is from BM image Notice the total in the "All Accounts" area (top right) is correct.

image This screenshot is the same wallet in QT, with correct amounts.

To reproduce: 1) New wallet 2) Add SYS to new wallet to the automatically created SYS address (X) 3) Create new receiving address (Y) 4) Send some SYS from X to Y

5) Check "Receiving addresses"

dwasyluk commented 6 years ago

This seems to be an issue in the core RPC (c++ layer), related to the new getwalletbalance function. @sidhujag @sschepis please take a look. If this fix can't be implemented by next week we need to bump this to 1.2.0 milestone.

IceAge0121 commented 6 years ago

I believe I am having this issue also. See screenshots:

image image image

I just updated to 1.1.2, and have not performed any actions. It appears that my total sent/received to/from main wallet address is displaying, rather than actual balance.

dwasyluk commented 6 years ago

@IceAge0121 yep that's an occurence of the same issue 👍

dwasyluk commented 6 years ago

After reviewing as team, not sure that @IceAge0121 issue is that same as that @Keyare reported, but can confirm this is a core issue as illustrated by this screenshot (note the RPC console balance matches the BM balance, and the QT overall balance matches the BM overall balance - after 'sending to self'):

screen shot 2018-01-09 at 10 54 31 pm screen shot 2018-01-09 at 10 54 52 pm