]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Mon, 23 Jul 2018 11:08:25 +0000 (00:08 -1100)
committerjl777 <[email protected]>
Mon, 23 Jul 2018 11:08:25 +0000 (00:08 -1100)
src/cc/assets.cpp

index 507ebd46b1d033a5cbf145ed75ee991de0491d4b..d5bdc834ebad9d3ed8ddec3894aa36c326073b41 100644 (file)
@@ -310,7 +310,7 @@ bool AssetValidate(Eval* eval,const CTransaction &tx,int32_t numvouts,uint8_t fu
 
 bool ProcessAssets(Eval* eval, std::vector<uint8_t> paramsNull,const CTransaction &ctx, unsigned int nIn)
 {
-    //static uint256 zero,prevtxid;
+    static uint256 zero;
     CTransaction createTx; uint256 assetid,assetid2,hashBlock; uint8_t funcid; int32_t i,n; uint64_t amount; std::vector<uint8_t> origpubkey;
     //txid = ctx.GetHash();
     //if ( txid == prevtxid )
This page took 0.0265840000000001 seconds and 4 git commands to generate.