kevinheavey / solders

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

Avoid panic in `Keypair.from_base58_string` #93

Closed kevinheavey closed 5 months ago

kevinheavey commented 5 months ago

Fixes #91

krruzic commented 5 months ago

thank you!