fix syntax error
This commit is contained in:
parent
e78999d4a1
commit
c9c45ebe4e
|
@ -294,7 +294,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
, urls: {
|
, urls: {
|
||||||
, rpc: function (providerUri, opts) {
|
rpc: function (providerUri, opts) {
|
||||||
if (!providerUri) {
|
if (!providerUri) {
|
||||||
throw new Error("cannot run rpc without providerUri");
|
throw new Error("cannot run rpc without providerUri");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue