From 66d74bfc45ae0f743084475ac3bbfb4355bb6ec2 Mon Sep 17 00:00:00 2001 From: TheCharlatan Date: Sat, 18 May 2024 21:39:48 +0200 Subject: [PATCH] Expose CSignatureCache class in header This is done in preparation for the following commit. Also rename it to SignatureCache. --- src/script/sigcache.cpp | 104 ++++++++++++++++------------------------ src/script/sigcache.h | 40 ++++++++++++++++ 2 files changed, 81 insertions(+), 63 deletions(-) diff --git a/src/script/sigcache.cpp b/src/script/sigcache.cpp index 666601d174..64d092f555 100644 --- a/src/script/sigcache.cpp +++ b/src/script/sigcache.cpp @@ -5,82 +5,61 @@ #include