You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to retrieve a transaction using the get_transaction function, I encountered the following error:
Err(Error { request: Some(GetTransaction), kind: RpcError(RpcResponseError { code: -32015, message: "Transaction version (0) is not supported by the requesting client. Please try the request again with the following configuration parameter: \"maxSupportedTransactionVersion\": 0", data: Empty }) })
The issue is that in the library I can not add "maxSupportedTransactionVersion": 0 in the params.
The text was updated successfully, but these errors were encountered:
Problem
When attempting to retrieve a transaction using the get_transaction function, I encountered the following error:
Err(Error { request: Some(GetTransaction), kind: RpcError(RpcResponseError { code: -32015, message: "Transaction version (0) is not supported by the requesting client. Please try the request again with the following configuration parameter: \"maxSupportedTransactionVersion\": 0", data: Empty }) })
The issue is that in the library I can not add
"maxSupportedTransactionVersion": 0
in the params.The text was updated successfully, but these errors were encountered: