git.delta.rocks / unique-network / refs/commits / d70d3e323fda

difftreelog

Fix comment

Daniel Shiposha2022-03-31parent: #ae3d822.patch.diff
in: master

1 file changed

modifiednode/cli/src/cli.rsdiffbeforeafterboth
109 /// an empty block will be sealed automatically109 /// an empty block will be sealed automatically
110 /// after the `--idle-autoseal-interval` milliseconds.110 /// after the `--idle-autoseal-interval` milliseconds.
111 ///111 ///
112 /// Default interval is 500 milliseconds112 /// The default interval is 500 milliseconds
113 #[structopt(default_value = "500", long)]113 #[structopt(default_value = "500", long)]
114 pub idle_autoseal_interval: u64,114 pub idle_autoseal_interval: u64,
115115