Skip to content

Commit

Permalink
docs: Update PeerID comment for register command
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed Jan 15, 2025
1 parent a31984b commit 89f1fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storagext/cli/src/cmd/storage_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub enum StorageProviderCommand {
/// Register account as a Storage Provider, so it can perform duties in Storage Provider Pallet.
#[command(name = "register")]
RegisterStorageProvider {
/// PeerId in Storage Provider P2P network, can be any String.
/// PeerId in Storage Provider P2P network.
peer_id: PeerId,
/// Proof of Space Time type.
/// Can only be "2KiB" meaning `RegisteredPoStProof::StackedDRGWindow2KiBV1P1`.
Expand Down

0 comments on commit 89f1fe1

Please sign in to comment.