From 07f3d56c719dfa16cb329a8c77269b208a574444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 19 Feb 2019 16:19:05 -0600 Subject: [PATCH] Added link to explorer in dev program response --- app/sockets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sockets.js b/app/sockets.js index b2258e7..502e264 100644 --- a/app/sockets.js +++ b/app/sockets.js @@ -437,7 +437,7 @@ async function syncWithApi(data, socket) { result = result.body.data; return send(socket, { - html: `

Success! Your wallet has been credited with ${result.reward_amount} LBC.

We have a great reference for the LBRY SDK here to help you get started.

`, + html: `

Success! Your wallet has been credited with ${result.reward_amount} LBC.

We have a great reference for the LBRY SDK here to help you get started.

You can see proof of this transaction on our Blockain Explorer.

`, message: "updated html", selector: "developer-program" });