Howdy folks,
I'm changing my daily driver device that currently has a Zeus embedded LND node on it. I followed the instructions here which basically had me:
- Ensure I have my seed phrase backed up offline.
- (Gracefully) close any currently open channels via the original device.
- On the new device, import the on-chain wallet with the backed up seed phrase from step 1.
After completing steps 1 and 2 on the original device, I confirmed that I had an on-chain balance in the on-chain wallet on the original device. I then powered that device offline so as not to conflict with the new device.
After completing step 3 on the new device, I do not see any on-chain balance. I've identified the transaction identifier that closed my only open channel, and the corresponding block in which it was added to the chain. That block has > 10 confirmations at the time of this writing.
Any idea why the new Zeus installation doesn't show an on-chain balance? AFAICT, the new LND node is fully synced and should reflect the on-chain balance.
Thank you in advance!
Settings > Embedded Node > Advanced > Rescan wallet
seems to have done the trick. Thank you!