Skip to content

Commit

Permalink
Syntax issue - minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
SUMEETRM authored and joncinque committed Aug 18, 2023
1 parent 144bcde commit 7e26f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ async fn command_transfer(

if recipient_is_ata_owner {
println_display(config, format!("recipient-is-ata-owner is now the default behavior. The option has been deprecated and will be removed in a future release."));
}
};

// determine whether recipient is a token account or an expected owner of one
let recipient_is_token_account = if !config.sign_only {
Expand Down

0 comments on commit 7e26f92

Please sign in to comment.