This commit is contained in:
Daniel Lugo 2020-04-03 16:07:54 -04:00
parent 72ca45c853
commit 43f9795dc7

View file

@ -776,14 +776,7 @@ class Mediator {
await throwOnInvalidToken(token) await throwOnInvalidToken(token)
await API.Actions.sendPayment( await API.Actions.sendPayment(recipientPub, amount, memo)
recipientPub,
amount,
memo,
gun,
user,
mySEA
)
this.socket.emit(Action.SEND_PAYMENT, { this.socket.emit(Action.SEND_PAYMENT, {
ok: true, ok: true,