diff --git a/js/Wizard.js b/js/Wizard.js index d7f661a1..61ac105d 100644 --- a/js/Wizard.js +++ b/js/Wizard.js @@ -155,7 +155,7 @@ function getApproximateBlockchainHeight(_date, _nettype){ if(_nettype == "Testnet"){ // testnet got some huge rollbacks, so the estimation is way off - var approximateTestnetRolledBackBlocks = 303967; + var approximateTestnetRolledBackBlocks = 342100; if(approxBlockchainHeight > approximateTestnetRolledBackBlocks) approxBlockchainHeight -= approximateTestnetRolledBackBlocks }