]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Wed, 26 Oct 2016 16:48:48 +0000 (13:48 -0300)
committerjl777 <[email protected]>
Wed, 26 Oct 2016 16:48:48 +0000 (13:48 -0300)
src/main.cpp

index 83a79835a8e81b0452cc736f003fe8737c156eac..65ea0c0a397f5abd00a81074a9d3a7c9bdff2abc 100644 (file)
@@ -726,7 +726,7 @@ bool IsFinalTx(const CTransaction &tx, int nBlockHeight, int64_t nBlockTime)
         }
         else if (!txin.IsFinal())
         {
-            printf("non-final txin seq.%x\n",txin.nSequence);
+            printf("non-final txin seq.%x locktime.%u vs nTime.%u\n",txin.nSequence,(uint32_t)tx.nLockTime,(uint32_t)nBlockTime);
             return false;
         }
     }
This page took 0.031232 seconds and 4 git commands to generate.