diff --git a/js/satolist.js b/js/satolist.js index ad4078515e..e03b714feb 100644 --- a/js/satolist.js +++ b/js/satolist.js @@ -8631,8 +8631,7 @@ Platform = function (app, listofnodes) { console.log('currentblock', self.currentBlock); - var endDate = new Date(new Date().getTime() - (ban.ending - self.currentBlock) * 60 * 1000); - + var endDate = new Date(new Date().getTime() + ((ban.ending - self.currentBlock) * 60 * 1000 / (window.testpocketnet ? 2 : 1))); var formattedDate = convertDate(dateToStr(endDate)); @@ -14699,8 +14698,6 @@ Platform = function (app, listofnodes) { return self.app.api.rpc('getnodeinfo').then(d => { - debugger; - var t = deep(d, 'time') || 0 self.currentBlock = 0