bodhiproject / qrypto

Qtum light wallet and local transaction signing client
GNU General Public License v3.0
9 stars 12 forks source link

getInfo polling result is not updating window.qrypto #176

Closed dwalintukan closed 6 years ago

dwalintukan commented 6 years ago

After the initial login with qrypto, I dont seem to be getting the window.qrypto.account has been updated message. See the below image, after many minutes, no new messages.

image

soshochang commented 6 years ago

resolved in PR173 Note: -the "account has been updated message" will only get sent if there is a change in the account and not on every interval of the polling. So to see this message, the user would have to send or receive QTUM and the transaction would have to get confirmed. -what PR173 does is make it so that the account polling continues while the pop-up window is closed(but qrypto is still running in the background, and the user is still logged in), previously the polling stopped as soon the popup window was closed.

dwalintukan commented 6 years ago

:+1: I wonder if this is bad practice for those who are not using the wallet for dapps...