From 3c4d9e87293f6e05b20f109c0bc860c8fb8cbbcf Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 13 Feb 2019 13:48:25 -0500 Subject: [PATCH] update explorer links This will bring them directly to the tx page, with the publish / tip highlighted. --- app/helpers/fetch-metadata.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/helpers/fetch-metadata.js b/app/helpers/fetch-metadata.js index 0ca2f34..d1e7c88 100644 --- a/app/helpers/fetch-metadata.js +++ b/app/helpers/fetch-metadata.js @@ -276,7 +276,7 @@ function memePublishMessaging(source) {

- To see Proof of Work (lol) that your meme is on the LBRY blockchain, check it out 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, check it out on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.

@@ -290,7 +290,7 @@ function memePublishMessaging(source) { function tipCompletionMessaging(source) { return `

- If you want proof of the tip you just gave on behalf of LBRY, check it out on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed. + If you want proof of the tip you just gave on behalf of LBRY, check it out on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.


`; }