Merge branch 'FSM' of https://github.com/jl777/komodo into jl777-FSM

xo
This commit is contained in:
blackjok3r
2019-05-02 20:17:10 +08:00
33 changed files with 901 additions and 191 deletions

View File

@@ -217,7 +217,8 @@ void TxToJSONExpanded(const CTransaction& tx, const uint256 hashBlock, UniValue&
{
if (rawproof.size() > 0)
{
std::string sourceSymbol(rawproof.begin(), rawproof.end());
std::string sourceSymbol;
E_UNMARSHAL(rawproof, ss >> sourceSymbol);
in.push_back(Pair("address", "IMP-" + sourceSymbol + "-" + burnTx.GetHash().ToString()));
}
}