This commit is contained in:
2019-04-19 13:34:39 +02:00
parent 3cb94fb660
commit 375d8f3275
3 changed files with 6 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ module.exports = async function(callback) {
c.account,
`${c.name}`,
c.isCore,
ethers.utils.formatEther(c.balance),
c.balanceInt,
c.ipfsHash
])
})