diff options
author | James O'Beirne <james.obeirne@gmail.com> | 2019-04-18 10:25:47 -0400 |
---|---|---|
committer | James O'Beirne <james.obeirne@gmail.com> | 2019-04-18 10:25:47 -0400 |
commit | 89e8df167432101ed1b9251a8ebf30fe0d4daa45 (patch) | |
tree | 5c9291dc8f345bd8211473b698e126c5ec03354a /src/test | |
parent | e4beef611a423e9f836fa210a51634e94f14d830 (diff) |
tests: fix outdate include in blockfilter_index_tests
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/blockfilter_index_tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/blockfilter_index_tests.cpp b/src/test/blockfilter_index_tests.cpp index f0a24777a6..db0b973463 100644 --- a/src/test/blockfilter_index_tests.cpp +++ b/src/test/blockfilter_index_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2018 The Bitcoin Core developers +// Copyright (c) 2017-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -8,7 +8,7 @@ #include <index/blockfilterindex.h> #include <miner.h> #include <pow.h> -#include <test/test_bitcoin.h> +#include <test/setup_common.h> #include <script/standard.h> #include <validation.h> |