From 8404fce6544b519ad66f8c2d5c830a0a08a5c775 Mon Sep 17 00:00:00 2001 From: nannal Date: Sun, 30 May 2021 01:58:06 +0300 Subject: [PATCH] added memo --- peroidicActions/checkPayment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/peroidicActions/checkPayment.js b/peroidicActions/checkPayment.js index 37bf2eb..bce8d12 100644 --- a/peroidicActions/checkPayment.js +++ b/peroidicActions/checkPayment.js @@ -35,6 +35,7 @@ function checkPayment(){ type: 3, data: { amount: (Math.floor(parseInt(config.fee))/2), + memo: "Welcome to DTube", receiver: userArr[0].username } }