Skip to content

Commit

Permalink
Merge pull request #5 from NetSepio/rushikesh-solona-wallet-address
Browse files Browse the repository at this point in the history
fix mnemoics
  • Loading branch information
Rushikeshnimkar authored Jun 3, 2024
2 parents 5fba048 + 6530cc8 commit c5e40c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/solonawallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var WalletAddressSolana string
// GenerateWalletAddress generates a wallet address from the mnemonic set in the environment
func GenerateWalletAddresssolana() {
// Read mnemonic from environment variable
mnemonic := os.Getenv("MNEMONIC_sol")
mnemonic := os.Getenv("MNEMONIC_SOL")
if mnemonic == "" {
fmt.Println("MNEMONIC environment variable is not set")
return
Expand Down

0 comments on commit c5e40c5

Please sign in to comment.