We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bb3c5 commit e9e86f9Copy full SHA for e9e86f9
src/components/admin-lte/configure/ipfs-tab/index.js
@@ -366,6 +366,8 @@ class IPFS extends React.Component {
366
`Attempt ${cnt} to re-initialize wallet failed. Will try again.`
367
)
368
console.log(err)
369
+
370
+ await _this.sleep(5000)
371
}
372
// } while (!utxosInitialized)
373
} while (!utxosInitialized && cnt < 10)
0 commit comments