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

Expired or Canceled HTLC Invoice Never Returns to LNDhub Account #445

Open
hugoender opened this issue May 21, 2022 · 3 comments
Open

Expired or Canceled HTLC Invoice Never Returns to LNDhub Account #445

hugoender opened this issue May 21, 2022 · 3 comments

Comments

@hugoender
Copy link

I've got an Umbrel node with LNDhub installed.

When using Bluewallet LN wallet with Robosats, if I submit a bond (HTLC invoice) to create an order but then later cancel that order, one would expect those sats to be returned to the Bluewallet LN Wallet. This is not the case. The Bluewallet continues to show it as "Payment in transition".

I've read that this is an ongoing issue with Bluewallet and that I should run the run-process-locked.sh. However, I'm not sure where exactly I should be placing this run-process-locked.sh file as it calls a couple of files that when I run a find command for in Umbrel, show up in four different locations.

Any help with this would be greatly appreciated.

@Overtorment
Copy link
Member

Overtorment commented May 23, 2022

the line to run unlocker script is

./node_modules/.bin/babel-node scripts/process-locked-payments.js

the script itself is in Lndhub's script folder

@xraid
Copy link
Contributor

xraid commented May 23, 2022

If on Umbrel = Docker

do a docker ps in terminal to get Your => LNDHub docker container name <=

then docker exec -it [LNDHub docker container name] bash

and from there issue the command described above IE.

./node_modules/.bin/babel-node scripts/process-locked-payments.js

@Overtorment
Copy link
Member

i wonder if you could bake it into a oneliner. perhaps

docker exec -it [LNDHub docker container name] "./node_modules/.bin/babel-node scripts/process-locked-payments.js"

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

3 participants