Merge remote-tracking branch 'origin/rpc' into v1.2-next

This commit is contained in:
AJ ONeal 2017-11-25 08:39:37 +00:00
commit 18170e94f4
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@
}
}
, urls: {
, rpc: function (providerUri, opts) {
rpc: function (providerUri, opts) {
if (!providerUri) {
throw new Error("cannot run rpc without providerUri");
}