From 327df3a1df812989fa0116535d238c96a1d057f4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 20 Jul 2018 00:37:46 -1100 Subject: [PATCH] Test --- src/cc/assets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/assets.cpp b/src/cc/assets.cpp index 27a575886..f94c05486 100644 --- a/src/cc/assets.cpp +++ b/src/cc/assets.cpp @@ -236,7 +236,7 @@ extern CWallet* pwalletMain; CMutableTransaction CreateAsset(CPubKey pk,uint64_t assetsupply,uint256 utxotxid,int32_t utxovout,std::string name,std::string description) { auto consensusBranchId = CurrentEpochBranchId(chainActive.Height() + 1, Params().GetConsensus()); - const CKeyStore& keystore=0; + const CKeyStore keystore=0; SignatureData sigdata; CMutableTransaction mtx; CTransaction vintx; uint256 hashBlock; uint64_t nValue,change,txfee=10000; #ifdef ENABLE_WALLET keystore = *pwalletMain;