From faa921f78788be0f236c6b10ed3f92dcf148d1cb Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 4 Apr 2021 12:25:56 +0200 Subject: move-only: Add util/hash_type Can be reviewed with --color-moved=dimmed-zebra --- src/Makefile.am | 1 + src/script/standard.h | 65 +--------------------------------------------- src/util/hash_type.h | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 64 deletions(-) create mode 100644 src/util/hash_type.h diff --git a/src/Makefile.am b/src/Makefile.am index 972a3e279b..2b389e4b0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -246,6 +246,7 @@ BITCOIN_CORE_H = \ util/fees.h \ util/getuniquepath.h \ util/golombrice.h \ + util/hash_type.h \ util/hasher.h \ util/macros.h \ util/message.h \ diff --git a/src/script/standard.h b/src/script/standard.h index f2bf4a8af3..12ab9979a8 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -8,6 +8,7 @@ #include