nochowderforyou / clams

Clam Project
MIT License
62 stars 58 forks source link

'importwallet' is too keen to rescan #143

Closed dooglus closed 9 years ago

dooglus commented 9 years ago

I just used 'importwallet' on a wallet I had already imported.

It found a whole lot of:

Skipping import of xEcwR41VwnQww32hVQstbg2W2UxhTEfjVf (key already present)
Skipping import of xRgYUcLrdjLHsWXPT5SQVsYt2x81DKunAR (key already present)
Skipping import of xJ8ei13ENVx8xZoAvTiX61jnAt7DMmEHJ9 (key already present)

but didn't actually import anything new.

It still went on to:

Searching last 332965 blocks (from block 0) for dug Clams...

which takes a long time and is unnecessary since nothing was imported.

dooglus commented 9 years ago

Fixed in #149.