Skip to content

Commit

Permalink
fix erroneous segwit flagging in with bcash signer
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Oct 1, 2017
1 parent e687c49 commit 1c7f3e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cppForSwig/Signer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1252,8 +1252,6 @@ shared_ptr<SigHashData> Signer_BCH::getSigHashDataForSpender(bool sw) const
sigHashDataObject_ = make_shared<SigHashData_BCH>();

SHD = sigHashDataObject_;
isSegWit_ = true;

return SHD;
}

Expand Down

0 comments on commit 1c7f3e9

Please sign in to comment.