*Add query hash to dht cache

This commit is contained in:
Derrick Hammer 2022-11-26 17:53:39 -05:00
parent 83b62bfdcb
commit 9ce66b15a3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ export class RPCCache extends EventEmitter {
item.signature = this.signResponse(item);
this.dhtCache?.addItem(queryHash);
this._data[queryHash] = item;
}