Skip to content

Commit

Permalink
update ICS-20 withdrawal helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Jul 22, 2023
1 parent 5f5bd38 commit 864d0b7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions crates/bin/pcli/src/command/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,10 @@ pub enum TxCmd {
Sweep,

/// Perform an ICS-20 withdrawal, moving funds from the Penumbra chain
/// to a counterparty chain. Destination addresses must be specified as
/// 'address@chain-id`, where the `address` is of the appropriate format
/// the counterparty chain, and `chain-id` is the current identifier
/// for the counterparty chain.
/// to a counterparty chain.
///
/// For a withdrawal to succeed, relayer software must be configured to recognize
/// build paths between the two chains. Running a relayer is out of scope
/// for the pcli tool.
/// For a withdrawal to be processed on the counterparty, IBC packets must be relayed between
/// the two chains. Relaying is out of scope for the `pcli` tool.
#[clap(display_order = 250)]
Withdraw {
/// Address on the receiving chain,
Expand Down

0 comments on commit 864d0b7

Please sign in to comment.