From 161b75b7f8ee0fbbc8ee6b02db95ad35a67a759d Mon Sep 17 00:00:00 2001 From: dimxy Date: Sun, 7 Apr 2019 23:10:46 +0500 Subject: [PATCH] more init corr --- src/wallet/rpcwallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 64c32fa05..1f0d1c5ca 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -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;