fix txid
This commit is contained in:
parent
58994c3d30
commit
faac609054
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ function memePublishMessaging(source) {
|
|||
|
||||
<br/><br/>
|
||||
|
||||
To see Proof of Work (lol) that your meme is on the LBRY blockchain, <a href="https://explorer.lbry.io/tx/${source.result.txid}?address=${source.result.claim_address}" rel="noopener noreferrer" target="_blank" title="Your meme, on our blockchain explorer">check it out</a> on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.
|
||||
To see Proof of Work (lol) that your meme is on the LBRY blockchain, <a href="https://explorer.lbry.io/tx/${source.result.output.txid}?address=${source.result.claim_address}" rel="noopener noreferrer" target="_blank" title="Your meme, on our blockchain explorer">check it out</a> on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.
|
||||
|
||||
<br/><br/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue