mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 21:31:02 +00:00
Ws-port argument has been repalced with rpc-port (#2140)
* ws-port argument has been repalced with rpc-port * fixed paras pallet weight and expose unsigned validation * add bootnodes to RialtoParachain collators * another bump + increase block proposal time * revert RUST_LOG=trace for test network nodes
This commit is contained in:
committed by
Bastian Köcher
parent
9a8491dec8
commit
1e56593bf2
@@ -502,8 +502,8 @@ pub async fn start_node(
|
||||
keystore,
|
||||
force_authoring,
|
||||
slot_duration,
|
||||
// We got around 500ms for proposing
|
||||
block_proposal_slot_portion: SlotProportion::new(1f32 / 24f32),
|
||||
// We got around 1000ms for proposing
|
||||
block_proposal_slot_portion: SlotProportion::new(1f32 / 12f32),
|
||||
telemetry,
|
||||
max_block_proposal_slot_portion: None,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user