From e54d76044b3a2c625e53f2116c5f6a7c40105d5d Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Thu, 12 Jul 2018 15:03:55 -0700 Subject: [PATCH] Add simple FlatSigningProvider --- src/script/sign.cpp | 30 ++++++++++++++++++++++++++++-- src/script/sign.h | 13 +++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/src/script/sign.cpp b/src/script/sign.cpp index d10b1c4fd..fa09adbaf 100644 --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -11,7 +11,6 @@ #include