Merge branch 'dev' of https://gitlab.com/epic-tech/explorer2.epic.tech-angular8 into dev
This commit is contained in:
commit
1f51d0182b
@ -133,11 +133,11 @@ try {
|
||||
else if(option == "getblockcount")
|
||||
result= blockDetails.block_height;
|
||||
else if(option == "getdifficulty-randomx")
|
||||
result = blockDetails.TotalDifficultyRandomx;
|
||||
result = Number(blockDetails.TotalDifficultyRandomx);
|
||||
else if(option == "getdifficulty-cuckoo")
|
||||
result = blockDetails.TotalCuckoo;
|
||||
result = Number(blockDetails.TotalCuckoo);
|
||||
else if(option == "getdifficulty-progpow")
|
||||
result = blockDetails.TotalDifficultyProgpow;
|
||||
result = Number(blockDetails.TotalDifficultyProgpow);
|
||||
else if(option == "totalcoins")
|
||||
result = 21000000;
|
||||
else if(option == "getblockhash")
|
||||
|
Loading…
Reference in New Issue
Block a user