Skip to content
Snippets Groups Projects
Commit 0346f89e authored by Jun Jiang's avatar Jun Jiang Committed by GitHub
Browse files

companion for polkadot/4078 (#907)

parent 6f763b5e
No related merge requests found
......@@ -232,6 +232,14 @@ impl sc_cli::CliConfiguration for NormalizedRunCmd {
self.base.rpc_methods()
}
fn rpc_max_payload(&self) -> sc_cli::Result<Option<usize>> {
self.base.rpc_max_payload()
}
fn ws_max_out_buffer_capacity(&self) -> sc_cli::Result<Option<usize>> {
self.base.ws_max_out_buffer_capacity()
}
fn transaction_pool(&self) -> sc_cli::Result<TransactionPoolOptions> {
self.base.transaction_pool()
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment