fix syntax error

This commit is contained in:
AJ ONeal 2017-11-25 08:32:13 +00:00
parent e78999d4a1
commit c9c45ebe4e
1 changed files with 1 additions and 1 deletions

View File

@ -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");
} }