openbazaar-go
openbazaar-go copied to clipboard
Cryptolistings - when checking your own inventory respect slug parameters
Currently /ob/inventory/:peerid/:slug filters by slug for ipfs lookups but if :peerid is the local node it uses db lookups and does not filter by slug. It should, in order to have a consistent API.