Fixed typo in error message (#580).

This commit is contained in:
Richard Moore 2019-09-06 18:47:21 -04:00
parent 8737f12e1b
commit c969fe5a68
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

@ -1142,7 +1142,7 @@ export class BaseProvider extends Provider {
// No ENS...
if (!network.ensAddress) {
errors.throwError(
'network does support ENS',
'network does not support ENS',
errors.UNSUPPORTED_OPERATION,
{ operation: 'ENS', network: network.name }
);