use unused address variable for source, to get source chain to explorer.

This commit is contained in:
blackjok3r
2019-01-07 22:36:58 +08:00
parent d53a4a9e5b
commit 58cb0e8ea2

View File

@@ -218,7 +218,7 @@ void TxToJSONExpanded(const CTransaction& tx, const uint256 hashBlock, UniValue&
if (rawproof.size() > 0)
{
std::string sourceSymbol(rawproof.begin(), rawproof.end());
in.push_back(Pair("source", sourceSymbol));
in.push_back(Pair("address", sourceSymbol));
}
}
}