more init corr

This commit is contained in:
dimxy
2019-04-07 23:10:46 +05:00
parent b4b55290a2
commit 161b75b7f8

View File

@@ -5861,7 +5861,7 @@ void f(UniValue *p1, UniValue *p2) {
UniValue tokenaddress(const UniValue& params, bool fHelp)
{
UniValue v1(UniValue::VARR), v2(UniValue::VARR);
UniValue v1(UniValue::VOBJ), v2(UniValue::VOBJ);
f(&v1, &v2);
std::cerr << v1.getValues()[0].get_str() << std::endl;