Fixed provider filtering by ENS name.
This commit is contained in:
parent
8bb2a0fd08
commit
aeeb75f74c
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user