Skip to content
Merged
Show file tree
Hide file tree
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
fmt
  • Loading branch information
Yithis committed Dec 5, 2022
commit 4ef9cc4fb05ffb58518908694d0e70fa51bf56ed
2 changes: 1 addition & 1 deletion bin/node/src/aleph_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub struct AlephCli {
max_nonfinalized_blocks: u32,

/// Experimental flag, allows pruning
///
///
/// TURNING THIS FLAG ON, CAN LEAD TO MALICIOUS BEHAVIOUR AND CAN BE PUNISHED ACCORDINGLY!
#[clap(long, default_value_t = false)]
experimental_pruning: bool,
Expand Down
1 change: 0 additions & 1 deletion bin/node/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ fn main() -> sc_cli::Result<()> {
} else {
warn!("Pruning not supported, but flag experimental_pruning was turned on. Usage of this flag can lead to misbehaviour, which can be punished.");
}


match &cli.subcommand {
Some(Subcommand::BootstrapChain(cmd)) => cmd.run(),
Expand Down