Skip to content

Commit

Permalink
V1Hasher: remove useless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kerin authored and afk11 committed Dec 7, 2018
1 parent 1ac3f90 commit 3ba82af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Transaction/SignatureHash/V1Hasher.php
Expand Up @@ -127,7 +127,6 @@ public function calculate(
int $sighashType = SigHash::ALL
): BufferInterface {

$sighashType = $sighashType;
$hashPrevOuts = $this->hashPrevOuts($sighashType);
$hashSequence = $this->hashSequences($sighashType);
$hashOutputs = $this->hashOutputs($sighashType, $inputToSign);
Expand Down

0 comments on commit 3ba82af

Please sign in to comment.