This commit is contained in:
2019-04-19 14:54:18 +02:00
parent 6f4afaf84a
commit 562a8d159b
2 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ export default Service.extend({
totalSupply: computed(function() {
return this.kredits.Token.functions.totalSupply().then(total => {
return Promise.resolve(formatKredits(total));
return formatKredits(total);
})
}),