You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pending_transfers endpoint should give the actual payment amount. At the moment it only returns the locked_amount. If you do the same payment twice the locked amount is increased. See for example this response of the pending_transfers endpoint after doing two payments of 100 tokens:
So the second payment does not show the actual payment amount. After the first payment is completed the locked amount of the second pending transfer stays the same, which makes it not possible to calculate the actual payment amount anymore.
I would like to see an additional field amount on every pending transfer that shows the actual value.
System Description
Raiden v0.200.0-rc2
The text was updated successfully, but these errors were encountered:
Problem Definition
The
pending_transfers
endpoint should give the actual payment amount. At the moment it only returns thelocked_amount
. If you do the same payment twice the locked amount is increased. See for example this response of thepending_transfers
endpoint after doing two payments of 100 tokens:So the second payment does not show the actual payment amount. After the first payment is completed the locked amount of the second pending transfer stays the same, which makes it not possible to calculate the actual payment amount anymore.
I would like to see an additional field
amount
on every pending transfer that shows the actual value.System Description
Raiden v0.200.0-rc2
The text was updated successfully, but these errors were encountered: