OdyseeTeam / chainquery

Chainquery parses and syncs the LBRY blockchain data into structured SQL
https://lbry.tech
MIT License
2.25k stars 42 forks source link

Certificate sync failing on master #137

Closed tiger5226 closed 5 years ago

tiger5226 commented 5 years ago

merged. When I changed the column for transaction_hash_update the signing of the claim was wrong because the transaction_hash_id was from the original name claim transaction not the latest update. So any updates were failing the certificate sync process since it uses the transaction hash of the first input, which for the update is different than the original claim.