Commit for fix kb to GB
This commit is contained in:
parent
b8b466690e
commit
b042c26989
@ -253,8 +253,8 @@ const latestBlockDetails = async()=> {
|
||||
let disk_space = space.stdout.split('\t')[0];
|
||||
|
||||
const space_new = await exec('du -sk /root/.epic/main/');
|
||||
let disk_space_kb = space_new.stdout.split('\t')[0];
|
||||
|
||||
//let disk_space_kb = space_new.stdout.split('\t')[0];
|
||||
let disk_space_kb = (space_new.stdout.split('\t')[0] / 100000).toFixed(2)+"G";
|
||||
let height = BlockchainLatestBlockQuery[0].height;
|
||||
var coin_existence;
|
||||
// if (height > 12960) {
|
||||
@ -510,7 +510,7 @@ let currentReward = 16;
|
||||
progpowhashrate,
|
||||
randomxhashrate,
|
||||
totalFoundationReward,
|
||||
diskSpace:disk_space,
|
||||
diskSpace:disk_space_kb,
|
||||
diskSpaceKb : disk_space_kb
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user