ASSETCHAINS_SYMBOL

This commit is contained in:
jl777
2019-01-02 02:16:52 -11:00
parent c4f5be1c6d
commit ab5f7437a1

View File

@@ -204,7 +204,7 @@ UniValue migrate_converttoexport(const UniValue& params, bool fHelp)
rawproof.resize(strlen(ASSETCHAINS_SYMBOL));
ptr = rawproof.data();
for (i=0; i<rawproof.size(); i++)
ptr[i] = ASSETCHAIN_SYMBOL[i];
ptr[i] = ASSETCHAINS_SYMBOL[i];
CTxOut burnOut = MakeBurnOutput(burnAmount, ccid, targetSymbol, tx.vout,rawproof);
UniValue ret(UniValue::VOBJ);
ret.push_back(Pair("payouts", HexStr(E_MARSHAL(ss << tx.vout))));