diff --git a/src/RpcClient.ts b/src/RpcClient.ts index c571b5d..1ee22bc 100644 --- a/src/RpcClient.ts +++ b/src/RpcClient.ts @@ -712,7 +712,7 @@ export class RpcClient { lookupTables: AddressLookupTableAccount[] = [], sendOptions: SendOptions & { feePayer?: Signer; - lastValidBlockHeightOffset: number; + lastValidBlockHeightOffset?: number; } = { skipPreflight: false, lastValidBlockHeightOffset: 150 } ): Promise { if (sendOptions.lastValidBlockHeightOffset < 0)