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
error: implementation of `Deserialize` is not general enough
--> src/main.rs:54:49
|
54 | let value: jsonrpsee::types::Response<()> = serde_json::from_value(expected).unwrap();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Deserialize` is not general enough
|
= note: `Deserialize<'0>` would have to be implemented for the type `Response<'_,()>`,for any lifetime `'0`...
= note: ...but `Deserialize<'1>` is actually implemented for the type `Response<'1,()>`,for some specific lifetime `'1`
error: could not compile `rpc_` due to previous error
```</div>
The text was updated successfully, but these errors were encountered:
Discussed in #1105
Originally posted by aniketfuryrocks May 1, 2023
@niklasad1 I am porting tests here
with jsonrpc
https://github.com/blockworks-foundation/solana/blob/bd782634dcd39d267381a55e7a8c5d52ab314292/rpc/src/rpc.rs#L5914
now
error
The text was updated successfully, but these errors were encountered: