encrypted strings must be populated
This commit is contained in:
parent
4947a4dbb6
commit
20b80bea13
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue