Browse Source

switched activating best chain debug.log read to once per 2s

master
Petr Balashov 8 years ago
parent
commit
240c0348b5
  1. 2
      assets/scripts/kmd_wallet_dashboard.js

2
assets/scripts/kmd_wallet_dashboard.js

@ -415,7 +415,7 @@ function RunKMDInitFunctions() {
console.log(error);
}
});
}, 30000);
}, 2000);
}
getRemoteCurrentHeight();

Loading…
Cancel
Save