Skip to content

Commit

Permalink
remove constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
clint committed Sep 27, 2023
1 parent c06d5fc commit 57d62e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-providers/src/jsonrpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ where
) -> Result<R, ProviderError<JsonRpcClientError<T::Error>>>
where
P: Serialize + Send + Sync,
R: DeserializeOwned + Send + Sync,
R: DeserializeOwned + Send,
{
match self
.transport
Expand Down

0 comments on commit 57d62e8

Please sign in to comment.