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