Completed
Push — master ( e3752b...0741c6 )
by Marcel
01:16
created
src/Tx.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
50 50
         rewind($stream);
51 51
 
52 52
         return $segwit ?
53
-            self::parseSegwit($stream, $testnet) :
54
-            self::parseLegacy($stream, $testnet);
53
+            self::parseSegwit($stream, $testnet) : self::parseLegacy($stream, $testnet);
55 54
     }
56 55
 
57 56
     public function serialize(): string
Please login to merge, or discard this patch.