]> Git Repo - VerusCoin.git/commitdiff
print
authorjl777 <[email protected]>
Fri, 24 Aug 2018 22:21:59 +0000 (11:21 -1100)
committerjl777 <[email protected]>
Fri, 24 Aug 2018 22:21:59 +0000 (11:21 -1100)
src/script/standard.cpp

index a85e29715686a1df6ed290b5ec94e45a4e2c4b0e..fde836154de9947739d65f574e184339c3a128f2 100644 (file)
@@ -214,10 +214,10 @@ bool IsStandard(const CScript& scriptPubKey, txnouttype& whichType)
     vector<valtype> vSolutions;
     if (!Solver(scriptPubKey, whichType, vSolutions))
     {
-        int32_t i; uint8_t *ptr = (uint8_t *)scriptPubKey.data();
-        for (i=0; i<scriptPubKey.size(); i++)
-            fprintf(stderr,"%02x",ptr[i]);
-        fprintf(stderr," non-standard scriptPubKey\n");
+        //int32_t i; uint8_t *ptr = (uint8_t *)scriptPubKey.data();
+        //for (i=0; i<scriptPubKey.size(); i++)
+        //    fprintf(stderr,"%02x",ptr[i]);
+        //fprintf(stderr," non-standard scriptPubKey\n");
         return false;
     }
 
This page took 0.027228 seconds and 4 git commands to generate.