From 9bcce2608dd2515dc35a0f0866abc9d43903c795 Mon Sep 17 00:00:00 2001 From: Ryan Ofsky Date: Wed, 6 Dec 2023 15:58:47 -0500 Subject: util: move spanparsing.h to script/parsing.h Move miniscript / descriptor script parsing functions out of util library so they are not a dependency of the kernel. There are no changes to code or behavior. --- src/i2p.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/i2p.cpp') diff --git a/src/i2p.cpp b/src/i2p.cpp index 962adb124d..cb24a93db9 100644 --- a/src/i2p.cpp +++ b/src/i2p.cpp @@ -12,12 +12,12 @@ #include #include #include +#include