Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix fetching balances while syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac committed Jan 6, 2017
1 parent cc7db98 commit cfafa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/redux/providers/balances.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default class Balances {
// If syncing, only retrieve balances once every
// few seconds
if (syncing) {
this.shortThrottledFetch();
this.shortThrottledFetch.cancel();
return this.longThrottledFetch();
}

Expand Down

0 comments on commit cfafa65

Please sign in to comment.