diff --git a/app/services/kredits.js b/app/services/kredits.js index acef3a0..943f83e 100644 --- a/app/services/kredits.js +++ b/app/services/kredits.js @@ -50,8 +50,9 @@ export default Service.extend({ this.set('contributions', []); }, - // this is called in the routes beforeModel(). So it is initialized before everything else - // and we can rely on the ethProvider and the potential currentUserAccounts to be available + // This is called in the application route's beforeModel(). So it is + // initialized before everything else, and we can rely on the ethProvider and + // the potential currentUserAccounts to be available getEthProvider: function() { let ethProvider;