Skip to content

Commit

Permalink
make up for kinobi misgen (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
billythedummy authored Sep 9, 2024
1 parent 034628f commit 84556ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/create/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ pub fn create_fungible(args: CreateFungibleArgs) -> Result<()> {
.payer(keypair.pubkey())
.update_authority(keypair.pubkey(), true)
.create_args(create_args)
.spl_token_program(Some(spl_token::ID))
.instruction();

let mut instructions = vec![create_ix];
Expand Down

0 comments on commit 84556ef

Please sign in to comment.