Adjusted the timestamp
This commit is contained in:
parent
dd03c0c9c7
commit
e4c93aec6e
@ -210,10 +210,10 @@ export class BlockDetailListComponent implements OnInit {
|
||||
let currentCoin = res.response.coin_existence;
|
||||
let endSupply = 16571520;
|
||||
|
||||
if(timestamp < 1687588199){
|
||||
if(timestamp < 1687735800){
|
||||
blockReward = 4;
|
||||
endSupply = 16571520;
|
||||
}else if(timestamp >= 1687588199){
|
||||
}else if(timestamp >= 1687735800){
|
||||
blockReward = 2;
|
||||
endSupply = 18875520;
|
||||
}else if(timestamp >= 1754850599){
|
||||
|
Loading…
Reference in New Issue
Block a user