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({
|
const payment = await sendPaymentV2Invoice({
|
||||||
feeLimit,
|
feeLimit,
|
||||||
payment_request: orderResponse.response,
|
payment_request: orderResponse.response
|
||||||
// avoid malformed invoice amount
|
|
||||||
amt: amount.toString()
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if (Utils.successfulHandshakeAlreadyExists(to)) {
|
if (Utils.successfulHandshakeAlreadyExists(to)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue