Skip to content

Commit

Permalink
Merge pull request #125 from zelcash/development
Browse files Browse the repository at this point in the history
v0.67.1
  • Loading branch information
TheTrunk authored Jul 28, 2020
2 parents 68163a2 + b0cb85f commit 38491e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ZelBack/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ module.exports = (app, expressWs) => {
app.get('/zelapps/createzelfluxnetwork', (req, res) => {
zelappsService.createZelFluxNetwork(req, res);
});
app.get('/zelapps/resacnglobalappsinformation/:blockheight?/:removelastinformation?', (req, res) => { // todo post, privileges
app.get('/zelapps/rescanglobalappsinformation/:blockheight?/:removelastinformation?', (req, res) => { // todo post, privileges
zelappsService.rescanGlobalAppsInformationAPI(req, res);
});
app.get('/zelapps/reindexglobalappsinformation', (req, res) => { // todo post, privileges
Expand Down
2 changes: 1 addition & 1 deletion ZelBack/src/services/serviceManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function startFluxFunctions() {
await databaseTemp.collection(config.database.zelappsglobal.collections.zelappsLocations).createIndex({ broadcastedAt: 1 }, { expireAfterSeconds: 3900 });
log.info('ZelApps locations prepared');
zelfluxCommunication.adjustFirewall();
// zelfluxCommunication.fluxDisovery();
zelfluxCommunication.fluxDisovery();
log.info('Flux Discovery started');
zelfluxCommunication.keepConnectionsAlive();
zelfluxCommunication.keepIncomingConnectionsAlive();
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": "0.67.0",
"version": "0.67.1",
"description": "Flux - Node Daemon. The entrace to the Flux network.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 38491e5

Please sign in to comment.