Skip to content

Commit

Permalink
Merge pull request #336 from RunOnFlux/development
Browse files Browse the repository at this point in the history
V2.1.1
  • Loading branch information
TheTrunk authored Sep 13, 2021
2 parents d6e1ca0 + 166224a commit 598135c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ZelBack/src/services/fluxCommunication.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ async function getMyFluxIP() {
}
} else {
dosMessage = 'Error getting fluxIp from FluxBench';
dosState += 15;
log.error(dosMessage);
dosState += 1;
if (dosState > 10) {
log.error(dosMessage);
}
}
myFluxIP = myIP;
return myIP;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flux",
"version": "2.1.0",
"version": "2.1.1",
"description": "Flux, Your Gateway to a Decentralized World",
"repository": {
"type": "git",
Expand Down

0 comments on commit 598135c

Please sign in to comment.