This commit is contained in:
SuriyaR 2019-08-08 12:21:04 +05:30
commit 27cf734fec
2 changed files with 8 additions and 5 deletions

View File

@ -1139,9 +1139,11 @@ export class BlockchainBlockController {
var alog_type = TotalDifficultyNBlockRequestData.Type;
var Difftype = TotalDifficultyNBlockRequestData.Difftype;
if (TotalDifficultyNBlockRequestData.Interval && TotalDifficultyNBlockRequestData.Interval != '1 day') {
var dateFormat = 'YYYY-MM-DD';
var dateFormat = 'YYYY-MM-DD HH:mm:ss';
var tickFormat = '%m-%d';
}else{
var dateFormat = 'HH:mm';
var dateFormat = 'YYYY-MM-DD HH:mm:ss';
var tickFormat = '%H-%M';
}
if(Difftype == "target"){
var TotalDifficultyNBlockQuery = await getConnection()
@ -1233,7 +1235,8 @@ export class BlockchainBlockController {
// DifficultyProgpow: DifficultyProgpow,
Maxrange: Maxrange,
Minrange: (Minrange * 0.2),
TargetDifficulty: TargetDifficulty
TargetDifficulty: TargetDifficulty,
tickFormat: tickFormat
},
});
} catch (error) {

View File

@ -198,11 +198,11 @@ export async function universalGetLatestBlockDetails(socket) {
TotalCuckoo,
age : dateTimeDurationString,
input_count: BlockchainLatestBlockQuery[0].input_count,
kernal_count: BlockchainLatestBlockQuery[0].kernal_count,
kernel_count: BlockchainLatestBlockQuery[0].kernel_count,
output_count: BlockchainLatestBlockQuery[0].output_count,
proof: BlockchainLatestBlockQuery[0].proof,
hasharray: hasharray,
Difficulty: Difficulty,
// Difficulty: Difficulty,
hashstart:BlockchainLatestBlockQuery[0].hash.slice(0, 2),
hashend:BlockchainLatestBlockQuery[0].hash.slice(62,64),
TotalDifficultyCuckaroo: