Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Mar 16, 2024
1 parent 30e7135 commit fa72737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking/app/deploy/create_account_lookup_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function initAddressLookupTable(
.blockhash,
}).compileToV0Message()
);
await provider.sendAndConfirm(createLookupTableTx, []);
await provider.sendAndConfirm(createLookupTableTx);
return lookupTableAddress;
}

Expand Down

0 comments on commit fa72737

Please sign in to comment.