Skip to content

Commit

Permalink
Include token symbol in all sweep messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Mar 26, 2024
1 parent 190c1df commit c2d1af4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3186,7 +3186,8 @@ async fn process_account_sweep<T: Signers>(
)
} else {
format!(
"Sweeping {} from {} into {}",
"Sweeping {}{} from {} into {}",
token.symbol(),
token.ui_amount(sweep_amount),
from_address,
to_address
Expand Down

0 comments on commit c2d1af4

Please sign in to comment.