lbryio / lbry-redux

Common shared app components for desktop and mobile
MIT License
15 stars 43 forks source link

store pendingById #418

Closed jessopb closed 3 years ago

jessopb commented 3 years ago

because we've been tracking pending using claim_list and it's hit or miss whether the confirmations=0 shows up on the first page or last page, persisting pending and checking them with txo_list will work better.

jessopb commented 3 years ago

Fixed the above bugs.