mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-12 13:41:52 +00:00
Fixed download progress estimate.
This commit is contained in:
parent
d7efc91377
commit
a54e004d01
@ -192,6 +192,10 @@ public:
|
||||
};
|
||||
|
||||
chainTxData = ChainTxData{
|
||||
// Data from rpc: getchaintxstats 4096
|
||||
/* nTime */ 1601177801,
|
||||
/* nTxCount */ 202301,
|
||||
/* dTxRate */ 0.009864697220034017
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user