Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error during payment #2877

Closed
sahanakk opened this issue Apr 3, 2019 · 2 comments
Closed

error during payment #2877

sahanakk opened this issue Apr 3, 2019 · 2 comments

Comments

@sahanakk
Copy link

sahanakk commented Apr 3, 2019

HP-ProBook-440-G4:~/lndNodes/nodeA$ lncli --network=regtest --lnddir=./ --rpcserver=localhost:10009 sendpayment --dest=032c6076cc088982b8c72a5190c1540fedac606e8910771ba9fce890beffe16ffe --amt=1 --final_cltv_delta=500 --sphinx
{
"payment_error": "FinalExpiryTooSoon",
"payment_preimage": "",
"payment_route": null
}
`
And the other node if i try the same thing i am getting the following result

HP-ProBook-440-G4:~/lndNodes/nodeB$ lncli --network=regtest --lnddir=./ --rpcserver=localhost:11009 sendpayment --dest=03b952d074d45d0bf12634cba1d8a08a73affe3f2dd7d3531bc62c9b900a2ed585 --amt=100 --sphinx { "payment_error": "unable to find a path to destination", "payment_preimage": "", "payment_route": null }

Originally posted by @sahanakk in #2455 (comment)

@Roasbeef
Copy link
Member

Roasbeef commented Apr 3, 2019

Make sure your nodes aren't synced, and double check your environment.

@Roasbeef Roasbeef closed this as completed Apr 3, 2019
@sahanakk
Copy link
Author

sahanakk commented May 2, 2019

@Roasbeef Sorry i didn't get

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants