Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
main.js,styles/styles.less - Removing empty fork proposal window
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity committed Aug 1, 2016
1 parent 357a83c commit 956704b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion interface/client/styles/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
@import 'browserbar.import.less';
@import 'popupWindows.import.less';
@import 'animations.import.less';
@import 'forkChoice.import.less';
17 changes: 0 additions & 17 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,23 +320,6 @@ var onReady = function() {
// update menu, to show node switching possibilities
appMenu();
})
// FORK RELATED
.then(function hardForkOption() {
// open the fork popup
if (ethereumNode.isMainNetwork && !ethereumNode.daoFork) {

return new Q((resolve, reject) => {
var forkChoiceWindow = Windows.createPopup('forkChoice', {
primary: true,
electronOptions: {
width: 640,
height: 580,
},
});

});
}
})
.then(function getAccounts() {
return ethereumNode.send('eth_accounts', []);
})
Expand Down

0 comments on commit 956704b

Please sign in to comment.