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 compiling the node, I get this error. Any idea how to go about this?
node/src/service.rs:180:16
|
180 | rpc_builder: rpc_extensions_builder,
| ^^^^^^^^^^^^^^^^^^^^^^ expected struct `jsonrpsee_core::server::rpc_module::RpcModule`, found struct `RpcModule`
|
= note: expected enum `Result<jsonrpsee_core::server::rpc_module::RpcModule<_>, sc_service::Error>`
found enum `Result<RpcModule<()>, _>`
= note: perhaps two different versions of crate `jsonrpsee_core` are being used?
= note: required for the cast to the object type `dyn Fn(DenyUnsafe, Arc<(dyn SpawnNamed + 'static)>) -> Result<jsonrpsee_core::server::rpc_module::RpcModule<_>, sc_service::Error>`
The text was updated successfully, but these errors were encountered:
When i try compiling the node, I get this error. Any idea how to go about this?
The text was updated successfully, but these errors were encountered: