Fix example

This commit is contained in:
Slavomir 2021-09-01 16:26:06 +02:00
parent 90b946de03
commit 8dd2718579
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ import (
func main() {
// Create a new account:
account := solana.NewAccount()
account := solana.NewWallet()
fmt.Println("account private key:", account.PrivateKey)
fmt.Println("account public key:", account.PublicKey())