lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.57k stars 178 forks source link

CClaimTrieCache::removeClaim does not need the height parameter #230

Closed Techievena closed 5 years ago

Techievena commented 5 years ago

Removed the height parameter from the removeClaim function.

Closes https://github.com/lbryio/lbrycrd/issues/226

Techievena commented 5 years ago

Please review this.

BrannonKing commented 5 years ago

I'm sorry that I wasn't checking my email yesterday. However, there was already a pull request to take care of this ( #228 ), and that was clearly noted in #226. In addition, you would have needed to use claim->nHeight in place of the parameter.