File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ BITCOIN_CORE_H = \
167
167
memusage.h \
168
168
merkleblock.h \
169
169
miner.h \
170
- minisketchwrapper.h \
170
+ node/ minisketchwrapper.h \
171
171
net.h \
172
172
net_permissions.h \
173
173
net_processing.h \
@@ -335,7 +335,7 @@ libbitcoin_server_a_SOURCES = \
335
335
init.cpp \
336
336
mapport.cpp \
337
337
miner.cpp \
338
- minisketchwrapper.cpp \
338
+ node/ minisketchwrapper.cpp \
339
339
net.cpp \
340
340
net_processing.cpp \
341
341
node/blockstorage.cpp \
Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
- #include < minisketchwrapper.h>
5
+ #include < node/ minisketchwrapper.h>
6
6
7
7
#include < logging.h>
8
8
#include < util/time.h>
Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
- #ifndef BITCOIN_MINISKETCHWRAPPER_H
6
- #define BITCOIN_MINISKETCHWRAPPER_H
5
+ #ifndef BITCOIN_NODE_MINISKETCHWRAPPER_H
6
+ #define BITCOIN_NODE_MINISKETCHWRAPPER_H
7
7
8
8
#include < minisketch.h>
9
9
#include < cstddef>
@@ -14,4 +14,4 @@ Minisketch MakeMinisketch32(size_t capacity);
14
14
/* * Wrapper around Minisketch::CreateFP. */
15
15
Minisketch MakeMinisketch32FP (size_t max_elements, uint32_t fpbits);
16
16
17
- #endif // BITCOIN_DBWRAPPER_H
17
+ #endif // BITCOIN_NODE_MINISKETCHWRAPPER_H
Original file line number Diff line number Diff line change 3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#include < minisketch.h>
6
- #include < minisketchwrapper.h>
6
+ #include < node/ minisketchwrapper.h>
7
7
#include < random.h>
8
8
#include < test/util/setup_common.h>
9
9
You can’t perform that action at this time.
0 commit comments