Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Added a default token for the mainnet, once
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Van de Sande committed Feb 15, 2016
1 parent 786bd13 commit 9e022eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var ipcPath = getIpcPath();
global.appName = 'Mist';

global.production = false;
global.mode = 'mist';
global.mode = 'wallet';

global.mainWindow = null;
global.windows = {};
Expand Down

0 comments on commit 9e022eb

Please sign in to comment.