增加上传钱包地址
This commit is contained in:
parent
cb688bae3f
commit
6f6fdd52b9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user