Bugfix for spentpertxout: slow startup
authorPieter Wuille <pieter.wuille@gmail.com>
Tue, 12 Apr 2011 19:01:11 +0000 (21:01 +0200)
committerPieter Wuille <pieter.wuille@gmail.com>
Tue, 12 Apr 2011 19:01:11 +0000 (21:01 +0200)
commitc59b6f704cd8f42e1943f124f435363bfff244f5
treef7073d720b60884b582db2ab97b318c2cd1b1af5
parentaca3f961dbce34e460dc02d37969b2035d5b2260
Bugfix for spentpertxout: slow startup

When starting the client, ReacceptWalletTransaction didn't skip spent transactions in its loop, and processed all old spent transactions again.
main.cpp