Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
De-system transfer title string
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Aug 26, 2020
1 parent d7dcc6e commit c89be34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsol/system_instruction.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ static int print_system_transfer_info(
SummaryItem* item;

item = transaction_summary_primary_item();
summary_item_set_amount(item, "System transfer", info->lamports);
summary_item_set_amount(item, "Transfer", info->lamports);

item = transaction_summary_general_item();
summary_item_set_pubkey(item, "Sender", info->from);
Expand Down

0 comments on commit c89be34

Please sign in to comment.