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