Skip to content

Commit

Permalink
Merge pull request #62 from formysister/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
formysister authored Mar 27, 2024
2 parents b8cc24b + 15d0538 commit 9f62739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wallet_class/solana/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ class SolanaWallet {
else {
return null
}
} catch (err) {
throw err
} catch (error) {
throw error
}
}
}
Expand Down

0 comments on commit 9f62739

Please sign in to comment.