Improve code comment

This commit is contained in:
2019-04-27 17:34:04 +01:00
parent afa09f4b8f
commit f32a34a702
+3 -2
View File
@@ -50,8 +50,9 @@ export default Service.extend({
this.set('contributions', []); this.set('contributions', []);
}, },
// this is called in the routes beforeModel(). So it is initialized before everything else // This is called in the application route's beforeModel(). So it is
// and we can rely on the ethProvider and the potential currentUserAccounts to be available // initialized before everything else, and we can rely on the ethProvider and
// the potential currentUserAccounts to be available
getEthProvider: function() { getEthProvider: function() {
let ethProvider; let ethProvider;