diff --git a/services/gunDB/contact-api/actions.js b/services/gunDB/contact-api/actions.js index c663f353..73db8fbc 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -857,7 +857,7 @@ const sendPayment = async (to, amount, memo, gun, user, SEA) => { const order = { amount: await SEA.encrypt(amount.toString(), ourSecret), from: user._.sea.pub, - memo: await SEA.encrypt(memo, ourSecret), + memo: await SEA.encrypt(memo || 'no memo', ourSecret), timestamp: Date.now() }