gagliardetto / solana-go

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

GetMultipleAccountsWithOpts doesn't honor MinContextSlot #170

Open bruce-riley opened 10 months ago

bruce-riley commented 10 months ago

It looks like these lines from GetAccountInfoWithOpts need to be added to GetMultipleAccountsWithOpts.

https://github.com/gagliardetto/solana-go/blob/bf985592c813fbad891e6807bf926c07cbdf41ce/rpc/getAccountInfo.go#L135-L137