File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/cardano/src/wallet/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ export const initStakePoolService = (props: StakePoolServiceProps): StakePoolPro
267
267
*
268
268
* This function is the one called to recover from errors or to refresh the cached data as well. Since the entire fetching process
269
269
* takes between 30" and 1', in such cases it can't be called synchronously, that would mean to make the extension to hang for a long time.
270
- * In such cases must be called in a fire and forget way (i.e. in background) using the form `fetchData().catch(console.error)` to both
270
+ * In such cases it must be called in a fire and forget way (i.e. in background) using the form `fetchData().catch(console.error)` to both
271
271
* log the error and to avoid unhandled rejections. This lets the `StakePoolProvider` methods to work even if with the expired cache.
272
272
*/
273
273
const fetchData = async ( ) : Promise < StakePoolCachedData > => {
You can’t perform that action at this time.
0 commit comments