You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently attempted to recover my pool account after having removed the Lightning Terminal app in Umbrel as part of troubleshooting connectivity. Upon running he accounts recover process it seemingly worked, but my account is now stuck in "PENDING_OPEN"
When we recover the account, if the account is in open/pending open in the server side, the client sets the account status to StateInitiated.
Then the flow calls the resumeAccount. The account will then goes throw StateInitialited -> PendingOpen -> Open. One of the steps in PendingOpen is an rpc call to InitAccount to the auctioneer, which will fail if the account does not have an amount of >100k sats.
P.S: I edited the title so it describes the problem better + it's easier to find.
positiveblue
changed the title
Account recovery with a small residual balance stuck in pending
[bug] Unable to recover accounts with a balance of less than 100k
Feb 16, 2023
I recently attempted to recover my pool account after having removed the Lightning Terminal app in Umbrel as part of troubleshooting connectivity. Upon running he accounts recover process it seemingly worked, but my account is now stuck in "PENDING_OPEN"
Further troubleshooting of container in Umbrel showed the below log entry:
unable to resume account 03802dacb679b5055fb9cc057bc26fd906a2cb9a62daf3aaa84cb848b13888f1d0: rpc error: code = Unknown desc = minimum account value allowed is 0.001 BTC
refer to https://lightningcommunity.slack.com/archives/C01E0PRQ960/p1629110370057200 for more context
The text was updated successfully, but these errors were encountered: