UCCNetwork / ucc

United Community Coin Source Code
http://uccnetwork.org
MIT License
4 stars 2 forks source link

Pivx merges to improve autocombinerewards #7

Closed CaveSpectre11 closed 5 years ago

CaveSpectre11 commented 5 years ago

Reviewed and merged the latest CWallet::AutoCombineDust() code to provide a number of improvements; including reducing the frequency of transactions to when there are enough to meet the autocombinerewards threshold, limiting it to prevent it from trying to autocombine more than the max transaction size. Also bumped up the max transaction size.

CaveSpectre11 commented 5 years ago

Note that I've not done any testing or compiling of this.

CaveSpectre11 commented 5 years ago

One more fix to incorporate (and push to Pivx as well)