Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
cecton committed Oct 21, 2020
commit 2a7868e4b76830912c92635526bceefa05795be4
2 changes: 1 addition & 1 deletion node/test-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ native_executor_instance!(
);

/// Create a new Polkadot test service for a full node.
#[sc_cli::substrate_cli_node_name(config.network.node_name.as_str())]
#[sc_cli::prefix_logs_with(config.network.node_name.as_str())]
pub fn polkadot_test_new_full(
config: Configuration,
authority_discovery_disabled: bool,
Expand Down