Skip to content

Commit

Permalink
spl_token_program_id WSOL > WSAFE
Browse files Browse the repository at this point in the history
  • Loading branch information
phaeliks authored Jul 30, 2021
1 parent 5b2eb66 commit f4454f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsol/token_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct token_info {
};

const struct token_info token_infos[] = {
{ &spl_token_program_id, "WSOL" },
{ &spl_token_program_id, "WSAFE" },
};

const char* get_token_symbol(const Pubkey* mint_address) {
Expand Down

0 comments on commit f4454f9

Please sign in to comment.