remove old method
This commit is contained in:
parent
7b84f250c1
commit
b5ccd8f7ea
1 changed files with 1 additions and 3 deletions
|
|
@ -1062,9 +1062,7 @@ const sendSpontaneousPayment = async (
|
|||
|
||||
const payment = await sendPaymentV2Invoice({
|
||||
feeLimit,
|
||||
payment_request: orderResponse.response,
|
||||
// avoid malformed invoice amount
|
||||
amt: amount.toString()
|
||||
payment_request: orderResponse.response
|
||||
})
|
||||
|
||||
if (Utils.successfulHandshakeAlreadyExists(to)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue