fix website check

This commit is contained in:
Karol Wypchlo 2021-10-26 16:56:48 +02:00
parent 7004ea0dfe
commit f9567a4aa1
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
1 changed files with 2 additions and 1 deletions

View File

@ -86,8 +86,9 @@ async function handshakeSubdomainCheck(done) {
// websiteSkylinkCheck returns the result of accessing siasky.net website through skylink
async function websiteSkylinkCheck(done) {
const websiteSkylink = "0404dsjvti046fsua4ktor9grrpe76erq9jot9cvopbhsvsu76r4r30";
const url = await skynetClient.getSkylinkUrl(websiteSkylink, { subdomain: true });
return done(await genericAccessCheck("website_skylink", websiteSkylink));
return done(await genericAccessCheck("website_skylink", url));
}
// accountWebsiteCheck returns the result of accessing account dashboard website