gagliardetto / solana-go

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

Change max index checking for address look up table in NewTransaction #127

Closed dragon0170 closed 1 year ago

dragon0170 commented 1 year ago

In NewTransaction function, there is a 255 limit on the max index of an address lookup table. But Address lookup table can have 256 entries.

gagliardetto commented 1 year ago

Thanks!