Browse Source

fast sync

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
8488eb8e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qortal-ui-plugins/plugins/core/name-registration/name-registration.src.js

2
qortal-ui-plugins/plugins/core/name-registration/name-registration.src.js

@ -198,7 +198,7 @@ class NameRegistration extends LitElement {
let name = nameObj.name let name = nameObj.name
const myNode = window.parent.reduxStore.getState().app.nodeConfig.knownNodes[window.parent.reduxStore.getState().app.nodeConfig.node] const myNode = window.parent.reduxStore.getState().app.nodeConfig.knownNodes[window.parent.reduxStore.getState().app.nodeConfig.node]
const nodeUrl = myNode.protocol + '://' + myNode.domain + ':' + myNode.port const nodeUrl = myNode.protocol + '://' + myNode.domain + ':' + myNode.port
const url = `${nodeUrl}/arbitrary/THUMBNAIL/${name}/qortal_avatar?apiKey=${this.getApiKey()}`; const url = `${nodeUrl}/arbitrary/THUMBNAIL/${name}/qortal_avatar?async=true&apiKey=${this.getApiKey()}`;
return html`<img src="${url}" onerror="this.onerror=null; this.src='/img/incognito.png';">` return html`<img src="${url}" onerror="this.onerror=null; this.src='/img/incognito.png';">`
} }

Loading…
Cancel
Save