Confirmations fix #59

Merged
marcdeb1 merged 4 commits from confirmations_fix into master 2019-03-26 22:32:11 +01:00
marcdeb1 commented 2019-03-25 23:27:25 +01:00 (Migrated from github.com)
  • Fixing wrong confirmation number (#57)
  • Corrected Claim link on home page (#58)
- Fixing wrong confirmation number (#57) - Corrected Claim link on home page (#58)
akinwale (Migrated from github.com) reviewed 2019-03-25 23:27:25 +01:00
tzarebczan commented 2019-03-26 00:39:37 +01:00 (Migrated from github.com)

Thanks @marcdeb1 , you da man! Will shoot you a DM on Slack. @nikooo777 / @akinwale can you please review / merge / deploy?

Thanks @marcdeb1 , you da man! Will shoot you a DM on Slack. @nikooo777 / @akinwale can you please review / merge / deploy?
tiger5226 (Migrated from github.com) requested changes 2019-03-26 05:23:19 +01:00
tiger5226 (Migrated from github.com) commented 2019-03-26 05:21:26 +01:00

This can't always be true for the tx page. If it is in the mempool it will have 0 confirmations. I would do a check to see if the block has 1 confirmation first. If it does then we can do this because it has been confirmed by lbrycrd. If there is a reog the block will be deleted so we do not need to cover that case.

This can't always be true for the tx page. If it is in the mempool it will have 0 confirmations. I would do a check to see if the block has 1 confirmation first. If it does then we can do this because it has been confirmed by lbrycrd. If there is a reog the block will be deleted so we do not need to cover that case.
marcdeb1 (Migrated from github.com) reviewed 2019-03-26 11:05:06 +01:00
marcdeb1 (Migrated from github.com) commented 2019-03-26 11:05:06 +01:00

Noted, I added a condition !

Noted, I added a condition !
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/block-explorer#59
No description provided.