Skip to content

Commit 89e8df1

Browse files
committed
tests: fix outdate include in blockfilter_index_tests
1 parent e4beef6 commit 89e8df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/blockfilter_index_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2018 The Bitcoin Core developers
1+
// Copyright (c) 2017-2019 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

@@ -8,7 +8,7 @@
88
#include <index/blockfilterindex.h>
99
#include <miner.h>
1010
#include <pow.h>
11-
#include <test/test_bitcoin.h>
11+
#include <test/setup_common.h>
1212
#include <script/standard.h>
1313
#include <validation.h>
1414

0 commit comments

Comments
 (0)