*make relay optional

This commit is contained in:
Derrick Hammer 2023-03-18 12:27:19 -04:00
parent d412a48f05
commit e417e00794
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export default class RpcNetworkQueryFactory {
query,
options = {},
}: {
relay: string | Buffer;
relay?: string | Buffer;
query: ClientRPCRequest;
options?: RpcQueryOptions;
}): SimpleRpcQuery {