SuperteamDAO / solathon

☄️ High performance, easy to use and feature-rich Solana SDK for Python.
https://solathon.vercel.app
MIT License
87 stars 32 forks source link

Fix send_transaction method: updated incorrect method name from get_r… #80

Closed vineeth-kagitha closed 1 month ago

vineeth-kagitha commented 1 month ago

This pull request addresses a bug in the send_transaction method where an incorrect method (get_recent_blockhash) was used. The correct method name is get_latest_blockhash, and this fix updates the call to use the correct method.