Completed
Pull Request — master (#686)
by
unknown
35:19
created
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.
src/Transaction/Factory/TxBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use BitWasp\Bitcoin\Address\AddressInterface;
8 8
 use BitWasp\Bitcoin\Locktime;
9 9
 use BitWasp\Bitcoin\Script\Script;
10
-use BitWasp\Bitcoin\Script\ScriptFactory;
11 10
 use BitWasp\Bitcoin\Script\ScriptInterface;
12 11
 use BitWasp\Bitcoin\Script\ScriptWitnessInterface;
13 12
 use BitWasp\Bitcoin\Transaction\Bip69\Bip69;
Please login to merge, or discard this patch.