gagliardetto / solana-go

Go SDK library and RPC client for the Solana Blockchain
Apache License 2.0
930 stars 264 forks source link

docs: fix README code on decoding tx instruction #136

Closed GCrispino closed 1 year ago

GCrispino commented 1 year ago

Fixes issues on code sample provided in section "Parse/decode an instruction from a transaction" from the README:

gagliardetto commented 1 year ago

Thanks!

You're right, I should have probably selected a transaction from mainnet because the other clusters do get purged from time to time.

GCrispino commented 1 year ago

👍🏼 👍🏼

Let me know if you have any suggestion to add to the PR

gagliardetto commented 1 year ago

Thanks!

GCrispino commented 1 year ago

Thanks!

Thanks for merging!