From 43f9795dc79dde48923b9e0c48ab84776d1c35cd Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Fri, 3 Apr 2020 16:07:54 -0400 Subject: [PATCH] typo --- services/gunDB/Mediator/index.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index 263da404..9b88fa5e 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -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,