ACINQ / eclair-mobile

An Android wallet for the Lightning Network
Apache License 2.0
258 stars 43 forks source link

Confirmed transaction shows unconfirmed #237

Closed lra closed 4 years ago

lra commented 4 years ago

I have an on-chain transaction with 1000+ confirmations that still shows as unconfirmed on the Payments page of Eclair.

If I go into the details of the transaction, it shows 0 confirmations. But if I open the TX in the explorer, it shows 1251.

dpad85 commented 4 years ago

Hi

Can you go to Menu > Network info, and check that your blockheight is up-to-date ?

If it's not, and your are using a custom electrum server try to connect to another server.

If it is, scroll down and click on Reset wallet cache. It will resync the wallet with the blockchain which should take a few minutes.

On Sat, Feb 15, 2020, 00:36 Laurent Raufaste notifications@github.com wrote:

I have an on-chain transaction with 1000+ confirmations that still shows as unconfirmed on the Payments page of Eclair.

If I go into the details of the transaction, it shows 0 confirmations. But if I open the TX in the explorer, it shows 1251.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ACINQ/eclair-mobile/issues/237?email_source=notifications&email_token=ABL7SO3VJOJFXSHTUCQ3H63RC4TJVA5CNFSM4KVSDMQKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4INWPZTQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABL7SO6BB7TCWZ52IBJKRE3RC4TJVANCNFSM4KVSDMQA .

lra commented 4 years ago

Can you go to Menu > Network info, and check that your blockheight is up-to-date ?

It is. The other confirmed transactions are fine and go down the list, only this one (which is confirmed everywhere else) is not and stays on top of the list.

If it is, scroll down and click on Reset wallet cache. It will resync the wallet with the blockchain which should take a few minutes.

It worked, thanks.