Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jul 1, 2024
1 parent 4bd3113 commit 100a2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer/store/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export const useSharedWalletStore = defineStore('sharedWallet', {
async init() {
const walletStore = useSharedWalletStore()

walletStrategy.setWallet(walletStore.wallet)
await walletStrategy.setWallet(walletStore.wallet)

if (walletStore.autoSign && walletStore.autoSign?.privateKey) {
walletStore.connectWallet(Wallet.PrivateKey, {
Expand Down

0 comments on commit 100a2ef

Please sign in to comment.