kevinheavey / solders

A high-performance Python toolkit for Solana, written in Rust
https://kevinheavey.github.io/solders/
Apache License 2.0
205 stars 23 forks source link

Potential error in getter function pre_token_balances? #55

Closed grantgittes closed 1 year ago

grantgittes commented 1 year ago

https://github.com/kevinheavey/solders/blob/bffc0df1c6086d7d6a2475275ef865198f31d6cb/crates/transaction-status/src/lib.rs#L918

Seems like the getter function is referencing post_token_balance for the pre_token_balances function?

kevinheavey commented 1 year ago

Yes this is definitely a mistake. Happy to accept a PR, otherwise will take a look when I'm done travelling

kevinheavey commented 1 year ago

Closed by #59