reformat code
This commit is contained in:
parent
f48f321c77
commit
18d7863282
@ -1065,10 +1065,8 @@ static bool JSB_prepareWallet(se::State& s)
|
||||
std::string storageBKey = StringUtils::format("cebg_wallet_b_%s", id.c_str());
|
||||
std::string localSKey;
|
||||
Application::getInstance()->loadKeyLocal(storageSKey, &localSKey);
|
||||
// localStorageGetItem(storageSKey, &localSKey);
|
||||
std::string localBKey;
|
||||
Application::getInstance()->loadKeyLocal(storageBKey, &localBKey);
|
||||
// localStorageGetItem(storageBKey, &localBKey);
|
||||
|
||||
Application::getInstance()->setKeyMaster(keyMaster.c_str());
|
||||
Application::getInstance()->setKeySecond(localSKey.c_str());
|
||||
|
Loading…
x
Reference in New Issue
Block a user