Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 6704b94

Browse files
author
Martin Carrera
committed
Fix then
1 parent 6be5e07 commit 6704b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/client/handlers/single-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function createWallet (data, { coreApi, emitter }) {
2727
wallet.setSeed(data.seed, data.password),
2828
wallet.setAddressForWalletId(walletId, address)
2929
])
30-
.then(wallet.setActiveWallet(walletId))
30+
.then(() => wallet.setActiveWallet(walletId))
3131
.then(() => emitter.emit('create-wallet', { walletId }))
3232
}
3333

0 commit comments

Comments
 (0)