We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e116cc commit 0ce6151Copy full SHA for 0ce6151
crates/node/sequencer/src/lib.rs
@@ -105,7 +105,7 @@ where
105
config: Arc<Config>,
106
pool: TxPool,
107
#[cfg(feature = "cartridge")]
108
- rpc_server: NodeRpcServer<P>,
+ rpc_server: NodeRpcServer<TxPool, PP, P>,
109
#[cfg(not(feature = "cartridge"))]
110
rpc_server: NodeRpcServer,
111
#[cfg(feature = "grpc")]
0 commit comments