Improve caching, fix Firefox private mode usage #205

Merged
raucao merged 4 commits from feature/improve_caching into master 2022-11-14 14:48:33 +00:00
Showing only changes of commit ff3fe49dd0 - Show all commits
+1 -1
View File
@@ -41,7 +41,7 @@ export default Controller.extend({
vetoContribution (contributionId) {
this.kredits.veto(contributionId).then(transaction => {
console.debug('[controllers:index] Veto submitted to Ethereum blockhain: '+transaction.hash);
console.debug('[controllers:index] Veto submitted to chain: '+transaction.hash);
});
},