Skip to content

Commit

Permalink
fix mnemoics
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikeshnimkar committed Jun 3, 2024
1 parent 19a5cf8 commit 6530cc8
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 6530cc8

Please sign in to comment.