Skip to content

Commit

Permalink
There might be other miners than the failing one
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjaap committed Jul 19, 2019
1 parent 9a575ed commit f3a98df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ export default {
};
},
mounted() {
var self = this;
wails.events.on("minerRapidFail",(result) => {
this.screen = 'checks';
window.backend.MinerCore.StopMining().then(result => {
self.switchToChecks();
});
});
},
methods: {
Expand Down

0 comments on commit f3a98df

Please sign in to comment.