From 90fcac365e1616779b40a69736428435df75fdf2 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 1 Feb 2021 18:53:24 -0800 Subject: Add TaprootBuilder class This class functions as a utility for building taproot outputs, from internal key and script leaves. --- src/script/interpreter.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/script/interpreter.h') diff --git a/src/script/interpreter.h b/src/script/interpreter.h index 212de17c7b..fa4ee83e04 100644 --- a/src/script/interpreter.h +++ b/src/script/interpreter.h @@ -6,6 +6,7 @@ #ifndef BITCOIN_SCRIPT_INTERPRETER_H #define BITCOIN_SCRIPT_INTERPRETER_H +#include #include