U-Network / UNetwork

U Network Public Blockchain
https://u.network/
Apache License 2.0
188 stars 22 forks source link

wallet performance improvement #20

Closed doraemon0 closed 6 years ago

doraemon0 commented 6 years ago

The wallet.dat used for starting a node currently saved UTXO information which already saved on blockchain, so the UTXO is duplicated. It would be better if searching UTXOs from blockchain according to addresses in wallet file when spend coins.

0xyilu commented 6 years ago

see https://github.com/U-Network/UNetwork/pull/33