From 30961ed2d5dff70287838bf7c7216c604c601c32 Mon Sep 17 00:00:00 2001 From: Michel van Kessel Date: Mon, 21 Dec 2020 20:03:10 +0100 Subject: [PATCH] update script section --- src/script/bitcoinconsensus.cpp | 14 +++++++------- src/script/bitcoinconsensus.h | 8 ++++---- src/script/interpreter.cpp | 20 ++++++++++---------- src/script/interpreter.h | 4 ++-- src/script/ismine.cpp | 17 ++++++++--------- src/script/ismine.h | 2 +- src/script/script.cpp | 6 +++--- src/script/script.h | 9 +++++++-- src/script/script_error.cpp | 2 +- src/script/sigcache.cpp | 12 ++++++------ src/script/sigcache.h | 2 +- src/script/sign.cpp | 24 +++++++++++------------- src/script/sign.h | 2 +- src/script/standard.cpp | 23 ++++++++++++----------- src/script/standard.h | 20 ++++++++++---------- 15 files changed, 84 insertions(+), 81 deletions(-) diff --git a/src/script/bitcoinconsensus.cpp b/src/script/bitcoinconsensus.cpp index 1b9ceab7d..e400424c5 100644 --- a/src/script/bitcoinconsensus.cpp +++ b/src/script/bitcoinconsensus.cpp @@ -3,12 +3,12 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include "bitcoinconsensus.h" +#include