Completed
Pull Request — master (#591)
by thomas
19:03
created
src/Transaction/Transaction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
     }
236 236
 
237 237
     /**
238
-     * @return int
238
+     * @return string
239 239
      */
240 240
     public function getValueOut()
241 241
     {
Please login to merge, or discard this patch.
src/Crypto/EcAdapter/Impl/Secp256k1/Serializer/Key/PublicKeySerializer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use BitWasp\Bitcoin\Crypto\EcAdapter\Serializer\Key\PublicKeySerializerInterface;
11 11
 use BitWasp\Buffertools\Buffer;
12 12
 use BitWasp\Buffertools\BufferInterface;
13
-use BitWasp\Buffertools\Parser;
14 13
 
15 14
 class PublicKeySerializer implements PublicKeySerializerInterface
16 15
 {
Please login to merge, or discard this patch.