typo
This commit is contained in:
parent
e6b1ca2186
commit
1c3520f785
1 changed files with 1 additions and 1 deletions
|
|
@ -1073,7 +1073,7 @@ const sendPayment = async (to, amount, memo) => {
|
|||
if (Utils.successfulHandshakeAlreadyExists(to)) {
|
||||
await sendMessage(
|
||||
to,
|
||||
encodeSpontaneousPayment(to, memo || 'no memo', preimage),
|
||||
encodeSpontaneousPayment(amount, memo || 'no memo', preimage),
|
||||
require('../Mediator').getUser(),
|
||||
require('../Mediator').mySEA
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue