fetch claim list by page #306

Merged
jessopb merged 1 commit from feat-paginateClaimList into master 2020-05-01 20:06:25 +02:00
jessopb commented 2020-04-24 15:32:08 +02:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) approved these changes 2020-04-28 22:50:47 +02:00
neb-b (Migrated from github.com) left a comment

One small change

One small change
neb-b (Migrated from github.com) commented 2020-04-28 22:46:21 +02:00

this should be
const options: { include_is_my_output?: boolean } = {};

You might have to change the way you add it below to
options.include_is_my_output = true

this should be `const options: { include_is_my_output?: boolean } = {};` You might have to change the way you add it below to `options.include_is_my_output = true`
jessopb (Migrated from github.com) reviewed 2020-05-01 19:11:46 +02:00
jessopb (Migrated from github.com) commented 2020-05-01 19:11:46 +02:00

@seanyesmunt added this section to fix publish edits. Every potential name we check for availability, if found, we add to my claims. this makes the name checking component work.

@seanyesmunt added this section to fix publish edits. Every potential name we check for availability, if found, we add to my claims. this makes the name checking component work.
neb-b (Migrated from github.com) reviewed 2020-05-01 19:14:26 +02:00
neb-b (Migrated from github.com) commented 2020-05-01 19:14:26 +02:00

Makse sense 👍

Makse sense 👍
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#306
No description provided.