Skip to content

Commit

Permalink
CreateLookupTable no longer requires authority to be the signer - sol…
Browse files Browse the repository at this point in the history
  • Loading branch information
kirksgithub authored Oct 14, 2023
1 parent fba53a2 commit 0493bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export class AddressLookupTableProgram {
},
{
pubkey: params.authority,
isSigner: true,
isSigner: false,
isWritable: false,
},
{
Expand Down

0 comments on commit 0493bac

Please sign in to comment.