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 i try to get_transaction_with_config in a logs stream in some transactions i get the below error, but if I copy the signature and try it on a standalone get_transaction_with_config it then it works, any idea why ?
Problem
When i try to
get_transaction_with_config
in a logs stream in some transactions i get the below error, but if I copy the signature and try it on a standaloneget_transaction_with_config
it then it works, any idea why ?rust Error Err(Error { request: Some(GetTransaction), kind: SerdeJson(Error("invalid type: null, expected struct EncodedConfirmedTransactionWithStatusMeta", line: 0, column: 0)) })
Proposed Solution
Nil
The text was updated successfully, but these errors were encountered: