diff --git a/src/cc/assets.cpp b/src/cc/assets.cpp index 2398e58d7..3895958e2 100644 --- a/src/cc/assets.cpp +++ b/src/cc/assets.cpp @@ -323,7 +323,7 @@ bool AssetValidate(Eval* eval,const CTransaction &tx,int32_t numvouts,uint8_t fu bool ProcessAssets(Eval* eval, std::vector paramsNull,const CTransaction &ctx, unsigned int nIn) { static uint256 zero,prevtxid; - const CTransaction createTx; uint256 txid,assetid,assetid2,hashBlock; uint8_t funcid; int32_t i,n; uint64_t amount; std::vector origpubkey; + CTransaction createTx; uint256 txid,assetid,assetid2,hashBlock; uint8_t funcid; int32_t i,n; uint64_t amount; std::vector origpubkey; txid = ctx.GetHash(); if ( txid == prevtxid ) return(true);