changes claim_list_mine to claim_list

This commit is contained in:
jessop 2019-05-02 16:22:36 -04:00
parent a8fd592c46
commit 145e936cfc

View file

@ -53,7 +53,7 @@ rewards.claimReward = (type, rewardParams) => {
switch (type) {
case rewards.TYPE_FIRST_CHANNEL:
Lbry.claim_list_mine()
Lbry.claim_list()
.then(claims => {
const claim = claims.find(
foundClaim =>
@ -73,7 +73,7 @@ rewards.claimReward = (type, rewardParams) => {
break;
case rewards.TYPE_FIRST_PUBLISH:
Lbry.claim_list_mine()
Lbry.claim_list()
.then(claims => {
const claim = claims.find(
foundClaim =>