checks if file is ready using sdk file_list and outpoint #942

Merged
jessopb merged 1 commit from lbrynetFileWait into master 2019-02-28 20:56:13 +01:00
jessopb commented 2019-02-27 05:45:12 +01:00 (Migrated from github.com)
No description provided.
skhameneh (Migrated from github.com) approved these changes 2019-02-28 08:48:34 +01:00
skhameneh (Migrated from github.com) commented 2019-02-28 08:46:44 +01:00

👍

👍
@ -56,0 +57,4 @@
logger.debug(`lbryApi >> Getting File_List for "${outpoint}"`);
const gaStartTime = Date.now();
return new Promise((resolve, reject) => {
axios
skhameneh (Migrated from github.com) commented 2019-02-28 08:47:33 +01:00

Can use await w/ axios

Can use `await` w/ axios
skhameneh (Migrated from github.com) commented 2019-02-28 08:48:10 +01:00

Can use await

Can use `await`
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/spee.ch#942
No description provided.