Skip to content

Commit

Permalink
Feat: Customize Avail service port.
Browse files Browse the repository at this point in the history
  • Loading branch information
luckychacha committed Jan 9, 2024
1 parent 0f1a82a commit 7dd6167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct Cli {
#[clap(flatten)]
pub storage_monitor: sc_storage_monitor::StorageMonitorParams,

/// Avail PRC Port Number, default is 9945.
/// Avail RPC Port Number, default is 9945.
#[arg(long, default_value = "9945")]
pub avail_rpc_port: u16,
}
Expand Down

0 comments on commit 7dd6167

Please sign in to comment.