Skip to content

Commit 1c7f3e9

Browse files
committed
fix erroneous segwit flagging in with bcash signer
1 parent e687c49 commit 1c7f3e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cppForSwig/Signer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,8 +1252,6 @@ shared_ptr<SigHashData> Signer_BCH::getSigHashDataForSpender(bool sw) const
12521252
sigHashDataObject_ = make_shared<SigHashData_BCH>();
12531253

12541254
SHD = sigHashDataObject_;
1255-
isSegWit_ = true;
1256-
12571255
return SHD;
12581256
}
12591257

0 commit comments

Comments
 (0)