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
In the case we get a known error from the mint we should not attempt to retry the request. The caching and retry should only be used for possible http errors.
In the case we get a known error from the mint we should not attempt to retry the request. The caching and retry should only be used for possible http errors.
cdk/crates/cdk/src/wallet/mint_connector/http_client.rs
Line 207 in 5521a37