From 1c7f3e91dfcc807dcbfd48b24a7debe83b5f6cb6 Mon Sep 17 00:00:00 2001 From: goatpig Date: Sun, 1 Oct 2017 13:15:50 +0200 Subject: [PATCH] fix erroneous segwit flagging in with bcash signer --- cppForSwig/Signer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cppForSwig/Signer.cpp b/cppForSwig/Signer.cpp index 643eb658f..2f8e08457 100644 --- a/cppForSwig/Signer.cpp +++ b/cppForSwig/Signer.cpp @@ -1252,8 +1252,6 @@ shared_ptr Signer_BCH::getSigHashDataForSpender(bool sw) const sigHashDataObject_ = make_shared(); SHD = sigHashDataObject_; - isSegWit_ = true; - return SHD; }