fixes bug in edit page due to inconsistent url #878

Merged
jessopb merged 1 commit from fixEditShortChannelIdUrl into master 2019-01-25 09:54:46 +01:00
jessopb commented 2019-01-24 01:48:47 +01:00 (Migrated from github.com)

A function for populating the channel list details was expecting a shortId was being passed a longId. It was simpler to change it to accept a longId.

A function for populating the channel list details was expecting a shortId was being passed a longId. It was simpler to change it to accept a longId.
jessopb (Migrated from github.com) reviewed 2019-01-24 01:53:30 +01:00
@ -20,0 +17,4 @@
channelClaims = await chainquery.claim.queries.getAllChannelClaims(channelLongId, params);
}
/*
Put mempool unconfirmed claims at the beginning
jessopb (Migrated from github.com) commented 2019-01-24 01:53:30 +01:00

Line 11 is the main fix, after changing input params from expecting shortId to expecting longId.

Line 11 is the main fix, after changing input params from expecting shortId to expecting longId.
skhameneh (Migrated from github.com) approved these changes 2019-01-24 09:54:06 +01:00
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#878
No description provided.