Aniseto / NosoWalletCPP

Noso Wallet implementation in C++
https://www.nosocoin.com
MIT License
2 stars 1 forks source link

GetPendings Function update "Pending" column every 5 seconds #34

Open Aniseto opened 10 months ago

Aniseto commented 10 months ago

Need to implement processing pending orders, updating information on Pending column.

Track if there is more than one pending operation, as need to update values, for example:

2 Income transactions to the same address need to be added, 1 Noso comming + 2 Noso comming, then Pending column needs to show 3 icome noso. Ih there are also outcome operations, we need to update values also, if there are 3 income Noso, but 2 outcome noso then we need to show 1 income noso.

Aniseto commented 10 months ago

Possibly create a Thread for this operation, just to keep GUI working fast and clean.