Files
bitcoin/src
Pieter Wuille 44cada7590 Initialize database before checking changed txindex
In case no database exists yet, and -txindex(=1) is passed, we currently first
check whether fTxIndex differs from -txindex (and ask the user to reindex in
that case), and only afterwards initialize the database. By swapping these
around (the initialization is a no-op in case the database already exists),
we allow it to be born in txindex mode, without warning.

That also means we don't need to check -reindex anymore, as the wiping/reinit
of the databases happens before checking.
2013-07-05 23:51:41 -10:00
..
2013-04-12 12:17:28 +02:00
2013-04-24 22:38:56 +02:00
2013-07-04 03:00:12 -10:00
2013-07-04 03:00:58 -10:00
2013-05-21 03:53:32 +02:00
2013-04-30 19:41:58 +02:00
2013-07-04 03:00:58 -10:00
2013-05-01 17:21:43 +02:00
2013-05-07 20:03:17 -05:00