Aniseto / NosoWalletCPP

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

Improve Generate New Noso Address Grid update #38

Open Aniseto opened 10 months ago

Aniseto commented 10 months ago

Once we generate a new NOSO address, we save it on the wallet file, and then load again all addreses to update central Grid. Can be improved if once a new Noso address is created and saved on local file, just add to the bottom of current grid, avoiding reloading all noso addresses again.