diff --git a/src/components/admin-lte/configure/ipfs-tab/index.js b/src/components/admin-lte/configure/ipfs-tab/index.js index c73fcc8..4bfd704 100644 --- a/src/components/admin-lte/configure/ipfs-tab/index.js +++ b/src/components/admin-lte/configure/ipfs-tab/index.js @@ -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)