fix(ipfs): Got rough auto-retry working

This commit is contained in:
Chris Troutner
2021-11-08 07:40:01 -08:00
parent 15bb3c50cf
commit e9e86f9398
@@ -366,6 +366,8 @@ class IPFS extends React.Component {
`Attempt ${cnt} to re-initialize wallet failed. Will try again.`
)
console.log(err)
await _this.sleep(5000)
}
// } while (!utxosInitialized)
} while (!utxosInitialized && cnt < 10)