index: Remove TxIndexDB from public interface of TxIndex.

This commit is contained in:
Jim Posen
2018-05-15 17:26:49 -07:00
parent 2318affd27
commit 89eddcd365
4 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ BOOST_AUTO_TEST_SUITE(txindex_tests)
BOOST_FIXTURE_TEST_CASE(txindex_initial_sync, TestChain100Setup)
{
TxIndex txindex(MakeUnique<TxIndexDB>(1 << 20, true));
TxIndex txindex(1 << 20, true);
CTransactionRef tx_disk;
uint256 block_hash;