Skip to content

Commit

Permalink
use package TokenProgramID
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnotaturtle committed Oct 24, 2023
1 parent c1c8d06 commit bed6c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/associated-token-account/Create.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (inst Create) Build() *Instruction {
IsWritable: false,
},
{
PublicKey: solana.TokenProgramID,
PublicKey: TokenProgramID,
IsSigner: false,
IsWritable: false,
},
Expand Down

0 comments on commit bed6c92

Please sign in to comment.