forked from Public/monero-gui
Merge pull request #3467
c8c8736 js: fix getApproximateBlockchainHeight (testnet) (selsta)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user