*Update module name

This commit is contained in:
Derrick Hammer 2022-08-30 03:07:26 -04:00
parent a3465ab9f0
commit 5e9092f351
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ export default class Handshake extends AbstractResolverModule {
): Promise<[] | boolean> {
const query = this.resolver.rpcNetwork.wisdomQuery(
"getnameresource",
"hns",
"handshake",
[tld],
bypassCache
);