Skip to content

Commit

Permalink
Merge pull request #1353 from RunOnFlux/fix/process_apps
Browse files Browse the repository at this point in the history
v5.13.2
  • Loading branch information
TheTrunk authored Jun 22, 2024
2 parents 5fd2df0 + 4c308f3 commit da0688e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ZelBack/src/services/serviceManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ async function startFluxFunctions() {
} else {
log.info('App consistency check OK');
}
wrongAppMessage = false; // TODO remove on 5.13.2
// rescan before last known height of hashes
// it is important to have count values before consistency check
if ((resultApps.count > resultHashes.count && result && result.length && result[result.length - 1].height >= 100) || wrongAppMessage) {
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": "5.13.1",
"version": "5.13.2",
"description": "Flux, Your Gateway to a Decentralized World",
"repository": {
"type": "git",
Expand Down

0 comments on commit da0688e

Please sign in to comment.