fix: hashQueryRoutingTable is on the p2p service

This commit is contained in:
Derrick Hammer 2023-11-18 04:12:18 -05:00
parent 0dbe18c75b
commit 88f748c817
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -74,5 +74,5 @@ export default async function (
} }
} }
} }
this.hashQueryRoutingTable.delete(hash); p2p.hashQueryRoutingTable.delete(hash);
} }