Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update validation/src/validation_service/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton authored Aug 21, 2020
1 parent 8c880f7 commit e28eed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/src/validation_service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pub struct ServiceBuilder<C, N, P, SC, SP> {
pub keystore: KeyStorePtr,
/// The maximum block-data size in bytes.
pub max_block_data_size: Option<u64>,
/// The validation worker is called on the same process using the subcommand `--nocapture validation_worker` instead
/// The validation worker is called using the subcommand `--nocapture validation_worker` instead
/// of `validation-worker`, suitable for test environment.
pub test_mode: bool,
}
Expand Down

0 comments on commit e28eed7

Please sign in to comment.