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 API.Actions.sendPayment(
|
||||
recipientPub,
|
||||
amount,
|
||||
memo,
|
||||
gun,
|
||||
user,
|
||||
mySEA
|
||||
)
|
||||
await API.Actions.sendPayment(recipientPub, amount, memo)
|
||||
|
||||
this.socket.emit(Action.SEND_PAYMENT, {
|
||||
ok: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue