Merge branch 'rpc' into v1.2-next

This commit is contained in:
AJ ONeal 2017-11-25 08:32:39 +00:00
commit ff76a4116e
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");
} }