Skip to content

Commit

Permalink
final lint issue: pray:
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Nov 18, 2024
1 parent 30b941e commit c9ad904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsol/spl_token_instruction.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ int print_spl_token_transfer_info(const SplTokenTransferInfo* info,

if (g_trusted_token_account_owner_pubkey_set) {
item = transaction_summary_general_item();
summary_item_set_string(item, "To", (char *) g_trusted_token_account_owner_pubkey);
summary_item_set_string(item, "To", (char*) g_trusted_token_account_owner_pubkey);
}

item = transaction_summary_general_item();
Expand Down

0 comments on commit c9ad904

Please sign in to comment.