typo
This commit is contained in:
parent
72ca45c853
commit
43f9795dc7
1 changed files with 1 additions and 8 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue