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.
merged. When I changed the column for
transaction_hash_update
the signing of the claim was wrong because thetransaction_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.