Skip to content

Commit

Permalink
Introduce hard fork voting (#575)
Browse files Browse the repository at this point in the history
* Introduce hard fork voting

* Check fork activation

* Handle already activated fork

* Change api base url
  • Loading branch information
aidenaio authored May 7, 2021
1 parent ede0b52 commit 051bb68
Show file tree
Hide file tree
Showing 6 changed files with 402 additions and 44 deletions.
1 change: 1 addition & 0 deletions renderer/screens/profile/machines.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const activateMiningMachine = createMachine({
assign({
isOnline: true,
}),
'onChangeMiningStatus',
],
},
},
Expand Down
Loading

0 comments on commit 051bb68

Please sign in to comment.