solana-py
solana-py copied to clipboard
get_transaction does not return error.
Hey! I am trying to get transaction with slippage error with async client, but client returns:
GetTransactionResp(
None,
)
How can I get error for transaction with get_transaction?
This is coming up for me as well. Returns none without an error so the rest of the code fails assuming everything went well. So far it only occurs when running from local dev server.
I think this is a parsing issue with solders. Would you mind creating an issue here: https://github.com/kevinheavey/solders/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen
cc @kevinheavey