*Add query hash to dht cache
This commit is contained in:
parent
83b62bfdcb
commit
9ce66b15a3
|
@ -113,6 +113,7 @@ export class RPCCache extends EventEmitter {
|
||||||
|
|
||||||
item.signature = this.signResponse(item);
|
item.signature = this.signResponse(item);
|
||||||
|
|
||||||
|
this.dhtCache?.addItem(queryHash);
|
||||||
this._data[queryHash] = item;
|
this._data[queryHash] = item;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue