Fixed typo in error message (#580).

This commit is contained in:
Richard Moore 2019-09-06 18:48:14 -04:00
parent 22a26736cc
commit 9c63b4a753
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

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