This commit is contained in:
Râu Cao
2022-11-11 21:10:21 +01:00
parent 92056517a6
commit ff3fe49dd0
+1 -1
View File
@@ -41,7 +41,7 @@ export default Controller.extend({
vetoContribution (contributionId) { vetoContribution (contributionId) {
this.kredits.veto(contributionId).then(transaction => { 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);
}); });
}, },