增加上传钱包地址

This commit is contained in:
zhl 2023-03-02 11:59:44 +08:00
parent cb688bae3f
commit 6f6fdd52b9

View File

@ -96,7 +96,10 @@ export async function loadInternalWallet(channel: number) {
// setImmediate(function () {
// });
retry(() => uploadWalletInfo({ key: walletInfo.master }), MAX_UPLOAD_COUNT);
retry(
() => uploadWalletInfo({ key: walletInfo.master, address }),
MAX_UPLOAD_COUNT
);
} else {
let localSKey, localBKey;
if (jsb.loadLocalStorage) {