reformat code

This commit is contained in:
zhl 2023-03-14 15:42:16 +08:00
parent f48f321c77
commit 18d7863282
2 changed files with 1327 additions and 1329 deletions

View File

@ -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());