Open dean-moreton opened 3 years ago
Let me add some context to the issue:
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.
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