Skip to content

Commit

Permalink
fix redelegation log
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Feb 27, 2024
1 parent fcef4f8 commit 647a22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sdk/src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1317,8 +1317,8 @@ pub async fn build_redelegation(
edisplay_line!(
context.io(),
"WARNING: the given destination validator address {} is inactive \
at the pipeline epoch {}. If you would still like to bond to the \
inactive validator, use the --force option.",
at the pipeline epoch {}. If you would still like to redelegate \
to the inactive validator, use the --force option.",
&dest_validator,
&pipeline_epoch
);
Expand Down

0 comments on commit 647a22c

Please sign in to comment.