Equibit / explorer

An open source block explorer
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

First 3 transactions are not being added to the database #41

Closed Eternali closed 5 years ago

Eternali commented 5 years ago

RPC calls can see them, but the database isn't picking them up when it reindexs. It could be related to the PoS UI bug.

Eternali commented 5 years ago

txindex=1 was not set on the connected testnet node which meant it would not find spent transactions. This is now set and a reindex + deploy fixed the issue.