janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.5k stars 1.11k forks source link

Unconfirmed transaction incorrectly displayed #466

Closed Dehumanizer77 closed 1 year ago

Dehumanizer77 commented 1 year ago

Describe the bug

When there is an unconfirmed transaction in the address view, the lock icon shows the estimated block height for confirmation as the number of confirmations instead of "unconfirmed". See the attached screenshot.

Environment (please complete the following information):

Configuration file content

Please include the content from the following files. BE SURE TO MODIFY YOUR CREDENTIALS BEFORE SUBMITTING!!!

To Reproduce

Steps to reproduce the behavior:

  1. Go to an address containing unconfirmed transaction
  2. See the lock icon which should say "unconfirmed"

Screenshots or Log Output

If applicable, add screenshots or log output to help explain your problem. unconfirmed

Additional context

Add any other context about the problem here.

Dehumanizer77 commented 1 year ago

Here are the config files bitcoin.conf.txt btc-rpc-explorer.env.txt

jsarenik commented 1 year ago

I am unable to reproduce this on current master btc-rpc-explorer also with an ElectrumX server. There were many commits on master branch since 3c46e97 so I guess one of them might have fixed this.

Dehumanizer77 commented 1 year ago

Ok, I guess I'll have to wait for the next raspiblitz release or upgrade it manually.