Skip to content

Commit

Permalink
Merge pull request #212 from zelcash/development
Browse files Browse the repository at this point in the history
v1.8.1
  • Loading branch information
TheTrunk authored Jan 14, 2021
2 parents b11845f + 435c85d commit 04f2fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ZelBack/src/services/explorerService.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ async function initiateBlockProcessor(restoreDatabase, deepRestore, reindexOrRes
setTimeout(() => {
initiateBlockProcessor(restoreDatabase, deepRestore, reindexOrRescanGlobalApps);
}, 2 * 60 * 1000);
return;
}
if (isInInitiationOfBP) {
return;
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": "zelflux",
"version": "1.8.0",
"version": "1.8.1",
"description": "Flux - Node Daemon. The entrace to the Flux network.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 04f2fb8

Please sign in to comment.