mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-25 09:04:31 +01:00
swap to channel max
better swap logic
This commit is contained in:
committed by
benthecarman
parent
c9647b568c
commit
7cf0ee7d20
@@ -77,7 +77,6 @@ export function AmountCard(props: {
|
||||
}) {
|
||||
// Normally we want to add the fee to the amount, but for max amount we just show the max
|
||||
const totalOrTotalLessFee = () => {
|
||||
console.log(props.amountSats, props.fee, props.maxAmountSats);
|
||||
if (
|
||||
props.fee &&
|
||||
props.maxAmountSats &&
|
||||
|
||||
Reference in New Issue
Block a user