Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: peg <[email protected]>
  • Loading branch information
JesseAbram and ameba23 authored Sep 12, 2024
1 parent 6e6fa9a commit 03daff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/test-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ enum CliCommand {
config_interface_file: Option<PathBuf>,
/// The path to a file containing the program aux interface (defaults to empty)
aux_data_interface_file: Option<PathBuf>,
/// The version number of the program you compiled with
/// The version number of the program's runtime you compiled with
program_version_number: Option<u8>,
/// The mnemonic to use for the call
#[arg(short, long)]
Expand Down
2 changes: 1 addition & 1 deletion pallets/programs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pub mod pallet {
pub deployer: AccountId,
/// Accounts that use this program
pub ref_counter: u128,
/// The user submitted version number of the program
/// The user submitted version number of the program's runtime
/// It tells the TSS what runtime to use
pub version_number: u8,
}
Expand Down

0 comments on commit 03daff8

Please sign in to comment.