*make relay optional
This commit is contained in:
parent
d412a48f05
commit
e417e00794
|
@ -17,7 +17,7 @@ export default class RpcNetworkQueryFactory {
|
|||
query,
|
||||
options = {},
|
||||
}: {
|
||||
relay: string | Buffer;
|
||||
relay?: string | Buffer;
|
||||
query: ClientRPCRequest;
|
||||
options?: RpcQueryOptions;
|
||||
}): SimpleRpcQuery {
|
||||
|
|
Loading…
Reference in New Issue