Conversation
...ges/atlas/src/components/_overlays/ClaimChannelPaymentsDialog/ClaimChannelPaymentsDialog.tsx
Show resolved
Hide resolved
...ges/atlas/src/components/_overlays/ClaimChannelPaymentsDialog/ClaimChannelPaymentsDialog.tsx
Show resolved
Hide resolved
...ges/atlas/src/components/_overlays/ClaimChannelPaymentsDialog/ClaimChannelPaymentsDialog.tsx
Outdated
Show resolved
Hide resolved
...ges/atlas/src/components/_overlays/ClaimChannelPaymentsDialog/ClaimChannelPaymentsDialog.tsx
Outdated
Show resolved
Hide resolved
...ges/atlas/src/components/_overlays/ClaimChannelPaymentsDialog/ClaimChannelPaymentsDialog.tsx
Outdated
Show resolved
Hide resolved
|
I noticed that there is an error from PR implementing the After the fix, the error occurred in OverviewTab, it looks like we have to validate the amount before displaying Claim button (or disable it with a tooltip informing what's going on). |
drillprop
left a comment
There was a problem hiding this comment.
I noticed that there is an error from PR implementing the
useChannelPayouthook. InhandleTransactioncumulativeRewardClaimedwas passed instead ofcumulativeRewardEarned.After the fix, the error occurred in OverviewTab, it looks like we have to validate the amount before displaying Claim button (or disable it with a tooltip informing what's going on).
I created #3495 to fix this in the future.
Besides that, looks good to me!

fixes #3053