Skip to content

Commit

Permalink
Merge pull request #10257 from cmgustavo/bug/uri-eth-01
Browse files Browse the repository at this point in the history
Adds ethereum prefix for desktop
  • Loading branch information
matiu authored Oct 21, 2019
2 parents 1afb9ae + 062d1b9 commit c836b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function createMenu() {
app.setAsDefaultProtocolClient('bitcoin');
app.setAsDefaultProtocolClient('bitcoincash');
app.setAsDefaultProtocolClient('bchtest');
app.setAsDefaultProtocolClient('ethereum');
app.setAsDefaultProtocolClient(appConfig.name);
app.setVersion(appConfig.version);
app.setName(appConfig.nameCase);
Expand Down

0 comments on commit c836b7d

Please sign in to comment.