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

getClaimById needs to support a partial ID #268

Closed BrannonKing closed 5 years ago

BrannonKing commented 5 years ago

The getClaimById method needs to work with a front portion of the ID -- a shortened ID. If there are multiple matches it could return an error.

tzarebczan commented 5 years ago

The wallet server has implemented this, could be used as reference: https://github.com/lbryio/lbry/pull/2173

BrannonKing commented 5 years ago

Merged via https://github.com/lbryio/lbrycrd/pull/303