Skip to content

Commit 2bc7d39

Browse files
cleanup
1 parent 031672a commit 2bc7d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internal/extend-lut.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const connection: Rpc = createRpc(RPC_ENDPOINT, RPC_ENDPOINT, RPC_ENDPOINT);
4444

4545
await extend(
4646
payer,
47-
authority,
47+
authority!,
4848
address,
4949
info.flatMap((i) => [i.tree])
5050
);
@@ -63,7 +63,7 @@ async function extend(
6363
addresses,
6464
});
6565
const bhash = await connection.getLatestBlockhash();
66-
const tx = await buildAndSignTx(
66+
const tx = buildAndSignTx(
6767
[extendInstruction],
6868
payer,
6969
bhash.blockhash,

0 commit comments

Comments
 (0)