fix: hashQueryRoutingTable is on the p2p service
This commit is contained in:
parent
0dbe18c75b
commit
88f748c817
|
@ -74,5 +74,5 @@ export default async function (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.hashQueryRoutingTable.delete(hash);
|
p2p.hashQueryRoutingTable.delete(hash);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue