langerhans / dogecoin-wallet-new

Dogecoin Wallet app for your Android device. Standalone Dogecoin node, no centralized backend required. Forked from the popular Bitcoin Wallet.
188 stars 105 forks source link

Fetch unspent info from one of multiple source source options + fallback #25

Closed patricklodder closed 10 years ago

patricklodder commented 10 years ago

The following 3 commits implement sweep source changes, each commit delivers a working client.

e8f6157 (prep & cleanup) implements:

e3a849e (multi source) implements:

f245c0a (random source) implements:

patricklodder commented 10 years ago

Edited the source order randomizer in f245c0a to be performed on the private member rather than cloning the static final at every sweep. Cleaner implementation.