diff options
| author | MarcoFalke <[email protected]> | 2019-04-18 10:34:50 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-04-18 10:34:53 -0400 |
| commit | 693c743a32e49ebd9cb09054ddcea91c2d209d69 (patch) | |
| tree | 5c9291dc8f345bd8211473b698e126c5ec03354a /src | |
| parent | Merge #14121: Index for BIP 157 block filters (diff) | |
| parent | tests: fix outdate include in blockfilter_index_tests (diff) | |
| download | discoin-693c743a32e49ebd9cb09054ddcea91c2d209d69.tar.xz discoin-693c743a32e49ebd9cb09054ddcea91c2d209d69.zip | |
Merge #15843: tests: fix outdated include in blockfilter_index_tests
89e8df1674 tests: fix outdate include in blockfilter_index_tests (James O'Beirne)
Pull request description:
Build is currently failing due to bad merge of #15788 and #14121.
ACKs for commit 89e8df:
fanquake:
tACK 89e8df1
Tree-SHA512: d3fea861f80d660b4a2827ca7241237311b68de4175d3db938a9a1d538e1325822410c98d84ba0734208af8163fbcc42cf2732788311ea22f3834c95eeb330b8
Diffstat (limited to 'src')
| -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 f0a24777a..db0b97346 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> |