Skip to content

Commit

Permalink
Fixed provider filtering by ENS name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Apr 24, 2020
1 parent 8bb2a0f commit aeeb75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/providers/src.ts/base-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ export class BaseProvider extends Provider {
result[key] = this._getBlockTag((<any>filter)[key]);
});

return this.formatter.filter(await resolveProperties(filter));
return this.formatter.filter(await resolveProperties(result));
}


Expand Down

0 comments on commit aeeb75f

Please sign in to comment.