Completed
Push — master ( a22894...37130c )
by thomas
62:03 queued 58:09
created
src/Crypto/EcAdapter/Impl/PhpEcc/Key/PublicKey.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use \BitWasp\Bitcoin\Crypto\EcAdapter\Impl\Secp256k1\Adapter\EcAdapter as Secp256k1Adapter;
15 15
 use BitWasp\Bitcoin\Transaction\SignatureHash\SignatureHashInterface;
16 16
 use BitWasp\Bitcoin\Transaction\TransactionInterface;
17
-use BitWasp\Buffertools\Buffer;
18 17
 use BitWasp\Buffertools\BufferInterface;
19 18
 
20 19
 class TxSigner
Please login to merge, or discard this patch.
src/Script/Interpreter/Checker.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use BitWasp\Bitcoin\Network\NetworkInterface;
9 9
 use BitWasp\Bitcoin\Script\Classifier\OutputClassifier;
10 10
 use BitWasp\Bitcoin\Script\ScriptInterface;
11
-
12 11
 use BitWasp\Bitcoin\Key\PublicKeyFactory;
13 12
 use BitWasp\Buffertools\Buffer;
14 13
 
Please login to merge, or discard this patch.