Skip to content

Commit

Permalink
Merge pull request #337 from RunOnFlux/development
Browse files Browse the repository at this point in the history
v2.1.2
  • Loading branch information
TheTrunk authored Sep 14, 2021
2 parents 2285ea8 + 3af5871 commit 26feff9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions ZelBack/src/services/fluxCommunication.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ async function getMyFluxIP() {
if (benchmarkResponseData.ipaddress) {
myIP = benchmarkResponseData.ipaddress.length > 5 ? benchmarkResponseData.ipaddress : null;
}
} else {
dosMessage = 'Error getting fluxIp from FluxBench';
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.1",
"version": "2.1.2",
"description": "Flux, Your Gateway to a Decentralized World",
"repository": {
"type": "git",
Expand Down

0 comments on commit 26feff9

Please sign in to comment.