Skip to content

Commit

Permalink
Merge pull request #334 from Lumerin-protocol/fix/restart-wallet-btn
Browse files Browse the repository at this point in the history
fix: restart wallet after env config
  • Loading branch information
alex-sandrk authored Jan 23, 2024
2 parents 14c1f1f + bb3e028 commit c810fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/main/client/subscriptions/no-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const listeners = {
'handle-client-error': handlers.handleClientSideError,
'get-pool-address': handlers.getPoolAddress,
'reveal-secret-phrase': handlers.revealSecretPhrase,
'restart-wallet': handlers.restartWallet,
'has-stored-secret-phrase': handlers.hasStoredSecretPhrase,
"logout": handlers.logout,
"save-proxy-router-settings": handlers.saveProxyRouterSettings,
Expand Down
1 change: 1 addition & 0 deletions src/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const createClient = function(createStore) {
getPoolAddress: utils.forwardToMainProcess('get-pool-address'),
revealSecretPhrase: utils.forwardToMainProcess('reveal-secret-phrase'),
getPrivateKey: utils.forwardToMainProcess('get-private-key'),
restartWallet: utils.forwardToMainProcess('restart-wallet'),
hasStoredSecretPhrase: utils.forwardToMainProcess(
'has-stored-secret-phrase'
),
Expand Down

0 comments on commit c810fda

Please sign in to comment.