NIP-46 draft

This commit is contained in:
2023-07-05 11:41:47 +01:00
parent 9640a7fa57
commit 68b9a89278
8 changed files with 256 additions and 65 deletions

View File

@ -220,7 +220,6 @@ export class Query implements QueryBase {
if (this.isOpen()) {
for (const qt of this.#tracing) {
if (qt.relay === c.Address) {
debugger;
c.QueueReq(["REQ", qt.id, ...qt.filters], () => qt.sentToRelay());
}
}