From 7ea9257e6ec812ef98558c57731ed0a45cfc5082 Mon Sep 17 00:00:00 2001 From: dangershony Date: Thu, 27 Feb 2020 19:07:58 +0100 Subject: [PATCH 01/11] Add Neutrino filter for p2wpkh script types Github-Pull: #18223 Rebased-From: 42a93bba786f3ea81e48dd89466dc9bfb7e63645 --- src/blockfilter.cpp | 47 ++++++++++++++++++++++++++++++++++++++++++++- src/blockfilter.h | 2 ++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/src/blockfilter.cpp b/src/blockfilter.cpp index dd3824fb1c..7a7ab22403 100644 --- a/src/blockfilter.cpp +++ b/src/blockfilter.cpp @@ -10,6 +10,7 @@ #include #include #include +#include