added memo

This commit is contained in:
nannal 2021-05-30 01:58:06 +03:00
parent ad14a82a81
commit 8404fce654

View File

@ -35,6 +35,7 @@ function checkPayment(){
type: 3,
data: {
amount: (Math.floor(parseInt(config.fee))/2),
memo: "Welcome to DTube",
receiver: userArr[0].username
}
}