From 8a10613bf9ea8d1d0ac6b615d116b756ada13a13 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 13 Feb 2019 15:23:09 -0500 Subject: [PATCH] revert address for tip for now --- app/helpers/fetch-metadata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/fetch-metadata.js b/app/helpers/fetch-metadata.js index 02370e8..7a957d0 100644 --- a/app/helpers/fetch-metadata.js +++ b/app/helpers/fetch-metadata.js @@ -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.


`; }