完善钱包初始化流程
This commit is contained in:
parent
44362f6ca3
commit
b5989962ff
@ -1086,10 +1086,7 @@ static bool JSB_prepareWallet(se::State& s)
|
||||
Application::getInstance()->getKeyMaster(),
|
||||
Application::getInstance()->getKeySecond()
|
||||
);
|
||||
std::string result = StringUtils::format("{\"address\": \"%s\"}\n",
|
||||
address.c_str()
|
||||
);
|
||||
s.rval().setString(result);
|
||||
s.rval().setString(address);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user