Skip to content

Commit 0ce6151

Browse files
committed
wip
1 parent 8e116cc commit 0ce6151

File tree

1 file changed

+1
-1
lines changed
  • crates/node/sequencer/src

1 file changed

+1
-1
lines changed

crates/node/sequencer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ where
105105
config: Arc<Config>,
106106
pool: TxPool,
107107
#[cfg(feature = "cartridge")]
108-
rpc_server: NodeRpcServer<P>,
108+
rpc_server: NodeRpcServer<TxPool, PP, P>,
109109
#[cfg(not(feature = "cartridge"))]
110110
rpc_server: NodeRpcServer,
111111
#[cfg(feature = "grpc")]

0 commit comments

Comments
 (0)