]> Git Repo - VerusCoin.git/commit - src/main.h
Add optional transaction index to databases
authorPieter Wuille <[email protected]>
Fri, 11 Jan 2013 00:47:57 +0000 (01:47 +0100)
committerPieter Wuille <[email protected]>
Fri, 18 Jan 2013 13:39:11 +0000 (14:39 +0100)
commit2d1fa42e85c9164688aa69b3f54f015fbefc06aa
treed24823340b02d7e00af350b4592325414d5940f4
parent2c7847349d5d4b1f3e8480c5137c2e8f3e2a5f5c
Add optional transaction index to databases

By specifying -txindex when initializing the database, a txid-to-diskpos
index is maintained in the blktree database. This database is used to
help answering getrawtransaction() RPC queries, when enabled.

Changing the -txindex value requires a -reindex; the client will abort
at startup if the database and the specified -txindex mismatch.
src/init.cpp
src/main.cpp
src/main.h
src/txdb.cpp
src/txdb.h
This page took 0.025401 seconds and 4 git commands to generate.