Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 2511fee152667d582c1b8cc272f80c41af0d6bc5
https://github.com/conformal/btcd/commit/2511fee152667d582c1b8cc272f80c41af0d6bc5
Author: Josh Rickmar <[email protected]>
Date: 2013-11-01 (Fri, 01 Nov 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Complete rescan extension.
This adds to the initial rescan implementation, but switches it to
rescan based on a group of addresses, rather than just one. Due to
how expensive database lookups are during a rescan, wallets should
take advantage of this to rescan once for all needed addresses for all
accounts.