Fix for removed owners confirmations being accounted - #35
Conversation
|
@udityadav-supraoracles , can you please check the following PR: #33 |
Actually I cleared the confirmations in order to return correct data and not stale data for following view functions: |
I think performance comes first. These 2 functions can be updated to make sure that input _owner is still part of the valid owners before running the check, and return false if not. and the second one can be updated to filter out confirmations by owners which have been removed and return only the valid count. |
aregng
left a comment
There was a problem hiding this comment.
Looks good, only small suggestion if it is acceptable.
This PR resolves the issue which takes into account confirmations from removed owners also.