diff --git a/frontend/src/screens/channels/Channels.tsx b/frontend/src/screens/channels/Channels.tsx index 3fccf2f7..1d34e9b4 100644 --- a/frontend/src/screens/channels/Channels.tsx +++ b/frontend/src/screens/channels/Channels.tsx @@ -192,8 +192,8 @@ export default function Channels() { onChange={(e) => setSwapOutAmount(e.target.value)} />
- The amount is set to 90% of the funds held in the channel - with the most outbound capacity. + The amount is set to 90% of the maximum spending capacity + available in one of your Lightning channels.
@@ -239,9 +239,8 @@ export default function Channels() { onChange={(e) => setSwapInAmount(e.target.value)} />- The amount is set to 90% of the funds held by the - counterparty in the channel with the most receiving - capacity. + The amount is set to 90% of the maximum receiving capacity + available in one of your Lightning channels.