diff --git a/src/query/index.ts b/src/query/index.ts index aa2ea04..0503713 100644 --- a/src/query/index.ts +++ b/src/query/index.ts @@ -17,7 +17,7 @@ export default class RpcNetworkQueryFactory { query, options = {}, }: { - relay: string | Buffer; + relay?: string | Buffer; query: ClientRPCRequest; options?: RpcQueryOptions; }): SimpleRpcQuery {