Fix README

This commit is contained in:
Slavomir 2021-10-10 20:34:18 +02:00
parent 8f3b488023
commit dce349ee7e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ tx.EncodeTree(text.NewTreeEncoder(os.Stdout, "Transfer SOL"))
## SendAndConfirmTransaction
You can wait for a transaction confirmation using the `sne` package tools (for a complete example: [see here](#transfer-sol-from-one-wallet-to-another-wallet))
You can wait for a transaction confirmation using the `github.com/gagliardetto/solana-go/rpc/sendAndConfirmTransaction` package tools (for a complete example: [see here](#transfer-sol-from-one-wallet-to-another-wallet))
```go
// Send transaction, and wait for confirmation: